Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Redirects to the specified route using the route dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Function RedirectToRoute ( _
routeValues As RouteValueDictionary _
) As RedirectToRouteResult
protected internal RedirectToRouteResult RedirectToRoute(
RouteValueDictionary routeValues
)
protected public:
RedirectToRouteResult^ RedirectToRoute(
RouteValueDictionary^ routeValues
)
Parameters
- routeValues
Type: System.Web.Routing.RouteValueDictionary
The parameters for a route.
Return Value
Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.