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

プロパティ値

true Cookie キャッシュが有効な場合。それ以外の場合は false。 既定値は false です。

属性

適用対象