MVC: How Do I RedirectToAction While Passing a Parameter?
01 Apr 2008A common scenario that seems under-documented to me in the latest MVC release, is how does one use RedirectToAction while passing a value to that action?
In the December CTP, you would do this:
The new syntax is close, but not easily discoverable. Instead of the above, from now on you should use: