HttpResponseWrapper::RedirectPermanent Method

.NET Framework (current version)
 

Performs a permanent redirect from a requested URL to the specified URL.

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

NameDescription
System_CAPS_pubmethodRedirectPermanent(String^)

Performs a permanent redirect from the requested URL to the specified URL.(Overrides HttpResponseBase::RedirectPermanent(String^).)

System_CAPS_pubmethodRedirectPermanent(String^, Boolean)

Performs a permanent redirect from the requested URL to the specified URL, and provides the option to complete the response.(Overrides HttpResponseBase::RedirectPermanent(String^, Boolean).)

Return to top
Show: