HttpResponseWrapper::RedirectLocation Property

 

Gets or sets the value of the HTTP Location header.

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

public:
property String^ RedirectLocation {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The absolute URL of the HTTP Location header.

.NET Framework
Available since 3.5
Return to top
Show: