CefSettingsPersistUserPreferences Property |
Version 55.0.0
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public bool PersistUserPreferences { get; set; }
public:
property bool PersistUserPreferences {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also