Click or drag to resize

RequestContextSettingsPersistUserPreferences Property

Version 86.0.240
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: 86.0.240.0
Syntax
public bool PersistUserPreferences { get; set; }

Property Value

Type: Boolean
See Also