HttpResponseHeaders.Location Eigenschaft

Definition

Ruft den Wert des Location-Headers für eine HTTP-Antwort ab oder legt ihn fest.

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

Eigenschaftswert

Uri

Der Wert des Location-Headers für eine HTTP-Antwort.

Gilt für