HttpContentHeaders.ContentLocation Eigenschaft

Definition

Ruft den Wert des Content-Location-Inhaltsheaders in einer HTTP-Antwort ab oder legt ihn fest.

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

Eigenschaftswert

Uri

Der Wert des Content-Location-Inhaltsheaders in einer HTTP-Antwort.

Gilt für: