Controller.RedirectToRoute Method (String, RouteValueDictionary)
Redirects to the specified route using the route name and route dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Overridable Function RedirectToRoute ( _
routeName As String, _
routeValues As RouteValueDictionary _
) As RedirectToRouteResult
protected internal virtual RedirectToRouteResult RedirectToRoute(
string routeName,
RouteValueDictionary routeValues
)
protected public:
virtual RedirectToRouteResult^ RedirectToRoute(
String^ routeName,
RouteValueDictionary^ routeValues
)
Parameters
- routeName
Type: System.String
The name of the route
- routeValues
Type: System.Web.Routing.RouteValueDictionary
The parameters for a route.
Return Value
Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.