Click or drag to resize

RequestContextBuilderPersistUserPreferences Method

Version 94.4.20
Invoke this method tp persist user preferences as a JSON file in the cache path directory. 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: 94.4.20.0
Syntax
public RequestContextBuilder PersistUserPreferences()

Return Value

Type: RequestContextBuilder
Returns RequestContextBuilder instance
See Also