HttpCookie.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le composant de chemin d’URI auquel httpCookie s’applique .
public:
property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = httpCookie.path;
Public ReadOnly Property Path As String
Valeur de propriété
Composant de chemin d’URI auquel httpCookie s’applique .
Remarques
La propriété Path spécifie le sous-ensemble de chemins d’accès sur le serveur d’origine auquel ce HttpCookie s’applique . Si cette propriété n’est pas spécifiée, le chemin par défaut correspond à n’importe quel chemin et httpCookie est envoyé sur toutes les requêtes HTTP au domaine.