CefSettingsBasePersistUserPreferences Property  | 
Version 104.4.240 
            To persist user preferences as a JSON file in the cache path directory set this value to true. A CachePath value must also be
            specified to enable this feature. Also configurable using the "persist-user-preferences" command-line switch. Can be
            overridden for individual RequestContext instances via the RequestContextSettings.PersistUserPreferences value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntaxpublic bool PersistUserPreferences { get; set; }public:
property bool PersistUserPreferences {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also