HttpCookie.Path 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
HttpCookie所套用的 URI 路徑元件。
備註
Path 屬性會指定套用此 HttpCookie 之源伺服器上的路徑子集。 如果未指定此屬性,預設路徑會符合任何路徑,而且 HttpCookie 將會在所有 HTTP 要求上傳送至 網域。