BButton Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
BButton
ComponentBase

Syntax

public class BButton : CometComponentBase

Constructors

Name Summary
BButton()

Properties

Name Value Summary
OnClick Action
Text string

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void

Extension Methods

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