Controller.RedirectToActionPermanent Method (String, String)
Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToActionPermanent( string actionName, string controllerName )
Parameters
- actionName
- Type: System.String
The action name.
- controllerName
- Type: System.String
The controller 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, and controller name.
Show: