SyntaxFix
Write A Post
Hire A Developer
Questions
Simply call your Action Method by using Javascript as shown below:
var id = model.Id; //if you want to pass an Id parameter window.location.href = '@Url.Action("Action", "Controller")/' + id;
Hope this helps...