LocalClientSecuritySettingsElement.CacheCookies Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la memorizzazione nella cache dei cookie è 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à

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

Attributi

Si applica a