Controller.RedirectToRoutePermanent Method (Object)
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 Object _ ) As RedirectToRouteResult 'Usage Dim routeValues As Object Dim returnValue As RedirectToRouteResult returnValue = Me.RedirectToRoutePermanent(routeValues)
Parameters
- routeValues
- Type: System.Object
The route name.
Return Value
Type: System.Web.Mvc.RedirectToRouteResultReturns an instance of the RedirectResult class with the Permanent property set to true.
Show: