Share via


HttpResponseHeaders.Location Propiedad

Definición

Obtiene o establece el valor del encabezado Location para una respuesta 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 de propiedad

Uri

Valor del encabezado Location para una respuesta HTTP.

Se aplica a