Controller.RedirectToActionPermanent Method

Include Protected Members
Include Inherited Members

Returns an instance of the RedirectResult class with the Permanent property set to true.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method RedirectToActionPermanent(String) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name.
Protected method RedirectToActionPermanent(String, Object) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values.
Protected method RedirectToActionPermanent(String, String) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name.
Protected method RedirectToActionPermanent(String, RouteValueDictionary) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values.
Protected method RedirectToActionPermanent(String, String, Object) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values.
Protected method RedirectToActionPermanent(String, String, RouteValueDictionary) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values.

Top

See Also

Reference

Controller Class

System.Web.Mvc Namespace