HttpContentHeaders.ContentLocation Eigenschap

Definitie

Haalt de waarde van de Content-Location inhoudsheader op of stelt deze in op een HTTP-antwoord.

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

Waarde van eigenschap

Uri

De waarde van de Content-Location inhoudsheader in een HTTP-antwoord.

Van toepassing op