HttpCookie.Path プロパティ

定義

HttpCookie が適用される URI パス コンポーネントを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

HttpCookie が適用される URI パス コンポーネント。

注釈

Path プロパティは、この HttpCookie が適用される配信元サーバー上のパスのサブセットを指定します。 このプロパティを指定しない場合、既定のパスは任意のパスと一致し、 HttpCookie はすべての HTTP 要求で Domain に送信されます。

適用対象