AsyncController.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. (Inherited from Controller.)
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. (Inherited from Controller.)
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. (Inherited from Controller.)
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. (Inherited from Controller.)
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. (Inherited from Controller.)
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. (Inherited from Controller.)

Top

See Also

Reference

AsyncController Class

System.Web.Mvc Namespace