RequestContextSettingsPersistUserPreferences Property |
Version 101.0.180
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: 101.0.180.0
Syntax public bool PersistUserPreferences { get; set; }
public:
property bool PersistUserPreferences {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also