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 | |
---|---|---|
RedirectToActionPermanent(String) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name. | |
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. | |
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. | |
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. | |
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. | |
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