Table of Contents


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:

NameComments
ActionHttpPost action to call on the controller once clicked on.
CausesValidationValues: true/false, default: true. 
TextThe button's label.
CssClassStyle CSS Class of the hyper link.