Partager via


HttpResponseHeaders.Location Propriété

Définition

Obtient ou définit la valeur de l’en-tête Location d’une réponse 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

Valeur de propriété

Uri

Valeur de l’en-tête Location pour une réponse HTTP.

S’applique à