RequestContextHasPreference Method |
Version 88.2.90
Returns true if a preference with the specified name exists. This method
must be called on the CEF UI thread.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 88.2.90.0
Syntax Remarks Use Cef.UIThreadTaskFactory to execute this method if required,
OnContextInitialized and ChromiumWebBrowser.IsBrowserInitializedChanged are both
executed on the CEF UI thread, so can be called directly.
When CefSettings.MultiThreadedMessageLoop == false (the default is true) then the main
application thread will be the CEF UI thread.
See Also