CefSettingsPersistUserPreferences Property |
To persist user preferences as a JSON file in the cache path directory set
this value to true. A |cache_path| value must also be specified
to enable this feature. Also configurable using the
"persist-user-preferences" command-line switch. Can be overridden for
individual CefRequestContext instances via the
CefRequestContextSettings.persist_user_preferences value.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool PersistUserPreferences { get; set; }Property Value
Boolean
See Also