| 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
Syntaxpublic RequestContextBuilder PersistUserPreferences()
public:
RequestContextBuilder^ PersistUserPreferences()
Return Value
Type: 
RequestContextBuilderReturns RequestContextBuilder instance
 See Also
See Also