HttpResponseHeaders.Location Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts des Location Headers für eine HTTP-Antwort.

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
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: