HttpResponseBase::RedirectToRoutePermanent Method
.NET Framework (current version)
Performs a permanent redirection from the requested URL to a new URL by using route parameter values, a route name, or both.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RedirectToRoutePermanent(Object^) | Performs a permanent redirection from the requested URL to a new URL by using route parameter values. |
![]() | RedirectToRoutePermanent(RouteValueDictionary^) | Performs a permanent redirection from the requested URL to a new URL by using route parameter values. |
![]() | RedirectToRoutePermanent(String^) | Performs a permanent redirection from the requested URL to a new URL by using a route name. |
![]() | RedirectToRoutePermanent(String^, Object^) | Performs a permanent redirection from the 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 the requested URL to a new URL by using route parameter values and a route name. |
Show:
