This documentation is archived and is not being maintained.
HttpResponse::RedirectToRoutePermanent Method
Visual Studio 2010
Performs a permanent redirection from a requested URL to a new URL by using route parameter values, a route name, or both.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RedirectToRoutePermanent(Object) | Performs a permanent redirection from a requested URL to a new URL by using route parameter values. |
|
RedirectToRoutePermanent(RouteValueDictionary) | Performs a permanent redirection from a requested URL to a new URL by using route parameter values. |
|
RedirectToRoutePermanent(String) | Performs a permanent redirection from a requested URL to a new URL by using a route name. |
|
RedirectToRoutePermanent(String, Object) | Performs a permanent redirection from a requested URL to a new URL by using the route parameter values and the name of the route that correspond to the new URL. |
|
RedirectToRoutePermanent(String, RouteValueDictionary) | Performs a permanent redirection from a requested URL to a new URL by using route parameter values and a route name. |
Show: