LinkButton Component / Basic LinkButton Sample

Other usage samples: Basic LinkButton Sample | JavaScript Click Sample |
LinkButton1 with Command
LinkButton2 with Command
Click me!!
BlazorWebFormsComponents

Not clicked yet!
No command fired!


Code:

<LinkButton CommandName="Foo" CommandArgument="bar" OnCommand="OnCommand" Text="LinkButton with Command" />
<LinkButton OnClick="OnClick" Text="Click me!!" PostBackUrl="ControlSamples/LinkButton/#" />
An unhandled error has occurred. Reload 🗙