Share via


LocalClientSecuritySettingsElement.CacheCookies Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la memorizzazione dei cookie nella cache è abilitata.

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

Valore della proprietà

Boolean

true se la memorizzazione dei cookie nella cache è abilitata. In caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a