Partager via


HttpCookie.Path Propriété

Définition

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é

String

Platform::String

winrt::hstring

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.

S’applique à