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
RedirectToAction with parameter:
RedirectToAction
return RedirectToAction("Action","controller", new {@id=id});