HttpResponseWrapper::RedirectToRoutePermanent Method

.NET Framework (current version)
 

Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values, a route name, or both.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodRedirectToRoutePermanent(Object^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(Object^).)

System_CAPS_pubmethodRedirectToRoutePermanent(RouteValueDictionary^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(RouteValueDictionary^).)

System_CAPS_pubmethodRedirectToRoutePermanent(String^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route name.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^).)

System_CAPS_pubmethodRedirectToRoutePermanent(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^).)

System_CAPS_pubmethodRedirectToRoutePermanent(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^).)

Return to top
Show: