html button with action link

40

html button with action link -

<input type="button" class="btn btn-info" value="Let's Go!" onclick="location.href='@Url.Action("Action", "Controller")'" />

Comments

Submit
0 Comments