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)
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: