HttpResponseHeaders.Location Eigenschap

Definitie

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

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
public Uri Location { get; set; }
public Uri? Location { get; set; }
member this.Location : Uri with get, set
Public Property Location As Uri

Waarde van eigenschap

Uri

De waarde van de Location header voor een HTTP-antwoord.

Van toepassing op