WizardStepButtonTagHelper

Example

Razor
<wizard-step-button>
</wizard-step-button>

Attributes

AttributeTypeDescription
nameStringSpecifies the name of the Button. The default buttons have "reserved" names (those names are "previous", "next", "done", "reset"). That would allow additional customization of that Buttons' text and behavior.
clickStringA click handler that defines the logic to be executed upon button click.
enabledBooleanSpecifies whether the Button in question is enabled or not.
primaryBooleanSpecifies whether the Button will have the k-primary class assigned or not.
textStringSpecifies the text to be displayed in the Button.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support