I have an action I call from an anchor thusly, Site/Controller/Action/ID where ID is an int.
Site/Controller/Action/ID
ID
int
Later on I need to redirect to th
//How to use RedirectToAction in MVC return RedirectToAction("actionName", "ControllerName", routevalue);
return RedirectToAction("Index", "Home", new { id = 2});