HttpResponseWrapper.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 override string RedirectLocation { get; set; }
member this.RedirectLocation : string with get, set
Public Overrides Property RedirectLocation As String

Waarde van eigenschap

De absolute URL van de HTTP-header Location .

Van toepassing op