Wednesday 30 March 2016

MVC - Button - Move to another page - with no validation

Watch this example on YouTube


<input type="submit" onclick="location.href='@Url.Action("Index", "Home")'" value="go to another page" />

No comments:

Post a Comment