Compartilhar via


HttpResponseHeaders.Location Propriedade

Definição

Obtém ou define o valor do cabeçalho Location para uma resposta HTTP.

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

Valor da propriedade

Uri

O valor do cabeçalho Location para uma resposta HTTP.

Aplica-se a