Answers for "how to link button to an action"

0

html button with action link

<input type="button" class="btn btn-info" value="Let's Go!" onclick="location.href='@Url.Action("Action", "Controller")'" />
Posted by: Guest on July-26-2020

Code answers related to "how to link button to an action"

Browse Popular Code Answers by Language