Controller.RedirectToActionPermanent Method (String)
Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToActionPermanent( string actionName )
Parameters
- actionName
- Type: System.String
The action name.
Return Value
Type: System.Web.Mvc.RedirectToRouteResultAn instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values.
Show: