共用方式為


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 要求上傳送至 網域

適用於