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.
Initializes a new instance of the RedirectToRouteResult class by using the specified route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
routeValues As RouteValueDictionary _
)
public RedirectToRouteResult(
RouteValueDictionary routeValues
)
public:
RedirectToRouteResult(
RouteValueDictionary^ routeValues
)
Parameters
- routeValues
Type: System.Web.Routing.RouteValueDictionary
The route values.