Controller.RedirectToRoute Method (RouteValueDictionary)
Visual Studio 2010
Redirects to the specified route using the route dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToRoute( RouteValueDictionary routeValues )
Parameters
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The parameters for a route.
Community Additions
ADD
Show: