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