Answers for "html button url 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
0

button action asp net

<input type="button" value="Create" onclick="location.href='@Url.Action("Create", "User")'" />
Posted by: Guest on August-12-2020

Browse Popular Code Answers by Language