Table of Contents

Class ValueBuilder

Namespace
MudBlazor.Utilities
Assembly
MudBlazor.dll
public class ValueBuilder
Inheritance
ValueBuilder
Inherited Members
Extension Methods

Constructors

ValueBuilder()

public ValueBuilder()

Properties

HasValue

public bool HasValue { get; }

Property Value

bool

Methods

AddValue(Func<string>, bool)

public ValueBuilder AddValue(Func<string> value, bool when = true)

Parameters

value Func<string>
when bool

Returns

ValueBuilder

AddValue(string, bool)

Adds a space separated conditional value to a property.

public ValueBuilder AddValue(string value, bool when = true)

Parameters

value string
when bool

Returns

ValueBuilder

ToString()

public override string ToString()

Returns

string