Saturday, November 9, 2013

RedirectToAction

...is the way to go to a different action in a different controller:

return RedirectToAction("Error", "Info");

No comments:

Post a Comment