Answers for "@Html.ActionLink() in button"

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 "@Html.ActionLink() in button"

Browse Popular Code Answers by Language