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

属性

适用于