Controller.RedirectToRoutePermanent 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 RedirectToRoutePermanent(Object) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values.
Protected method RedirectToRoutePermanent(String) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name.
Protected method RedirectToRoutePermanent(RouteValueDictionary) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values.
Protected method RedirectToRoutePermanent(String, Object) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values.
Protected method RedirectToRoutePermanent(String, RouteValueDictionary) Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values.

Top

See Also

Reference

Controller Class

System.Web.Mvc Namespace