Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool PersistUserPreferences { get; set; }

Property Value

Type: Boolean
See Also