HttpContentHeaders.ContentLocation Propriedade

Definição

Recebe ou define o valor do Content-Location cabeçalho de conteúdo numa resposta HTTP.

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

Valor de Propriedade

Uri

O valor do Content-Location cabeçalho de conteúdo numa resposta HTTP.

Aplica-se a