HttpResponseWrapper::RedirectToRoutePermanent Method
Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values, a route name, or both.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RedirectToRoutePermanent(Object^) | Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(Object^).) |
![]() | RedirectToRoutePermanent(RouteValueDictionary^) | Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(RouteValueDictionary^).) |
![]() | RedirectToRoutePermanent(String^) | Performs a permanent redirection from a requested URL to a new URL by using the specified route name.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^).) |
![]() | RedirectToRoutePermanent(String^, Object^) | Performs a permanent redirection from a requested URL to a new URL by using a route name and route parameter values that correspond to the new URL.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^, Object^).) |
![]() | RedirectToRoutePermanent(String^, RouteValueDictionary^) | Performs a permanent redirection from a requested URL to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^, RouteValueDictionary^).) |
