LocalClientSecuritySettingsElement.CacheCookies プロパティ

定義

クッキーのキャッシュが有効かどうかを示すブール値を取得または設定します。

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

クッキーのキャッシングを有効にする場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象