Controller.RedirectToRoutePermanent Method (RouteValueDictionary)
Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function RedirectToRoutePermanent ( _ routeValues As RouteValueDictionary _ ) As RedirectToRouteResult 'Usage Dim routeValues As RouteValueDictionary Dim returnValue As RedirectToRouteResult returnValue = Me.RedirectToRoutePermanent(routeValues)
Parameters
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The route values.
Return Value
Type: System.Web.Mvc.RedirectToRouteResultAn instance of the RedirectResult class with the Permanent property set to true using the specified route values.
Show: