BText Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
graph BT Type-->Base0["CometComponentBase"] click Base0 "/api/Comet.Blazor.Components/CometComponentBase" Base0-->Base1["ComponentBase"] Type["BText"] class Type type-node

Syntax

public class BText : CometComponentBase

Constructors

Name Summary
BText()

Properties

Name Value Summary
Value string

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void

Extension Methods

Name Value Summary
SetBackingValue<BText, TV>(Expression<Func<BText, TV>>, TV) T
Sets the backing value.
With<BText, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.