RequestContextBuilderPersistUserPreferences Method |
Version 88.2.90
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: 88.2.90.0
Syntax public RequestContextBuilder PersistUserPreferences()
public:
RequestContextBuilder^ PersistUserPreferences()
Return Value
Type:
RequestContextBuilderReturns RequestContextBuilder instance
See Also