共用方式為


LocalClientSecuritySettingsElement.CacheCookies 屬性

定義

取得或設定布林值,這個值會指定是否啟用 Cookie 快取。

public:
 property bool CacheCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)]
public bool CacheCookies { get; set; }
[<System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)>]
member this.CacheCookies : bool with get, set
Public Property CacheCookies As Boolean

屬性值

Boolean

如果啟用 Cookie 快取,則為 true,否則為 false。 預設為 false

屬性

適用於