Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Redirects to the specified route using the route name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Function RedirectToRoute ( _
routeName As String _
) As RedirectToRouteResult
protected internal RedirectToRouteResult RedirectToRoute(
string routeName
)
protected public:
RedirectToRouteResult^ RedirectToRoute(
String^ routeName
)
Parameters
- routeName
Type: System.String
The name of the route
Return Value
Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.