Controller.RedirectToRoutePermanent Method (String, Object)
Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
member RedirectToRoutePermanent : routeName:string * routeValues:Object -> RedirectToRouteResult
Parameters
- routeName
- Type: System.String
The route name.
- routeValues
- Type: System.Object
The route values.
Return Value
Type: System.Web.Mvc.RedirectToRouteResultAn instance of the RedirectResult class with the Permanent property set to true.
Show: