Share via


HttpResponseHeaders.Location Proprietà

Definizione

Ottiene o imposta il valore dell'intestazione Location per una risposta 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

Valore della proprietà

Uri

Valore dell'intestazione Location per una risposta HTTP.

Si applica a