Controller.RedirectToRoute Method (RouteValueDictionary)
Redirects to the specified route using the route dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function RedirectToRoute ( _ routeValues As RouteValueDictionary _ ) As RedirectToRouteResult 'Usage Dim routeValues As RouteValueDictionary Dim returnValue As RedirectToRouteResult returnValue = Me.RedirectToRoute(routeValues)
Parameters
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The parameters for a route.
Show: