HttpResponseBase.RedirectLocation Eigenschap

Definitie

Hiermee haalt u de waarde van de HTTP-header Location op of stelt u deze in.

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

Waarde van eigenschap

De absolute URL van de HTTP-header Location .

Uitzonderingen

Van toepassing op