HttpResponseBase.RedirectLocation Property

Definition

Gets or sets the value of the HTTP Location header.

public:
 virtual property System::String ^ RedirectLocation { System::String ^ get(); void set(System::String ^ value); };
public virtual string RedirectLocation { get; set; }
member this.RedirectLocation : string with get, set
Public Overridable Property RedirectLocation As String

Property Value

The absolute URL of the HTTP Location header.

Exceptions

Applies to