html button with action link

Solutions on MaxInterview for html button with action link by the best coders in the world

showing results for - "html button with action link"
Samuel
18 Mar 2017
1<input type="button" class="btn btn-info" value="Let's Go!" onclick="location.href='@Url.Action("Action", "Controller")'" />