I want to create a button which when clicked calls an action. I have used Html.ActionLink to create a link which does exactly that but there is no Html.ActionButton. Is there some other way?
I want to create a button which when clicked calls an action. I have
Share
You could use a html
<form>: