WizardStepButtonTagHelper
Example
Razor
<wizard-step-button>
</wizard-step-button>
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | Specifies 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. |
| click | String | A click handler that defines the logic to be executed upon button click. |
| enabled | Boolean | Specifies whether the Button in question is enabled or not. |
| primary | Boolean | Specifies whether the Button will have the k-primary class assigned or not. |
| text | String | Specifies the text to be displayed in the Button. |