SyntaxFix
Write A Post
Hire A Developer
Questions
//How to use RedirectToAction in MVC return RedirectToAction("actionName", "ControllerName", routevalue);
return RedirectToAction("Index", "Home", new { id = 2});