共用方式為


UserDataPaths.Cookies 屬性

定義

取得使用者 Cookie 應用程式資料檔案夾的路徑。

public:
 property Platform::String ^ Cookies { Platform::String ^ get(); };
winrt::hstring Cookies();
public string Cookies { get; }
var string = userDataPaths.cookies;
Public ReadOnly Property Cookies As String

屬性值

String

Platform::String

winrt::hstring

使用者 Cookies 應用程式資料檔案夾的完整路徑。

適用於