Controller.RedirectToRoute Method (String, Object)
Redirects to the specified route using the route name and route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
function RedirectToRoute(
routeName : String,
routeValues : Object
) : RedirectToRouteResult
Parameters
- routeName
- Type: System.String
The name of the route
- routeValues
- Type: System.Object
The parameters for a route.
Show: