C# Class Append.Blazor.Fast.Components.Button

The Button component represent an control that should invoke an action or perform a navigation.
Inheritance: FastComponent
Show file Open project: Append-IT/Blazor.Fast

Protected Methods

Method Description
BuildRenderTree ( RenderTreeBuilder builder ) : void

Method Details

BuildRenderTree() protected method

protected BuildRenderTree ( RenderTreeBuilder builder ) : void
builder RenderTreeBuilder
return void