Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Friend Function RedirectToRoute ( _
routeName As String, _
routeValues As Object _
) As RedirectToRouteResult
protected internal RedirectToRouteResult RedirectToRoute(
string routeName,
Object routeValues
)
protected public:
RedirectToRouteResult^ RedirectToRoute(
String^ routeName,
Object^ routeValues
)
Parameters
- routeName
Type: System.String
The name of the route
- routeValues
Type: System.Object
The parameters for a route.
Return Value
Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.