aspx:LinkButton
This component provides a link that executes an action defined by a controller, and then either refreshes the current page or navigates to a different page based on the ActionResponse variable that is returned by the action.
<aspx:LinkButton text='Next Step' action='Next' />
Properties:
| Name | Comments |
|---|
| Action | HttpPost action to call on the controller once clicked on. |
| CausesValidation | Values: true/false, default: true. |
| Text | The button's label. |
| CssClass | Style CSS Class of the hyper link. |