RequestContextSettingsPersistUserPreferences Property  | 
Version 106.0.290 
            To persist user preferences as a JSON file in the cache path directory set
            this value to true. Can be set globally using the
            CefSettings.PersistUserPreferences value. This value will be ignored if
            CachePath is empty or if it matches the CefSettings.CachePath value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic bool PersistUserPreferences { get; set; }public:
property bool PersistUserPreferences {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also