Click or drag to resize

IChromiumWebBrowserBaseBrowserCore Property

Version 102.0.100
Returns the current IBrowser Instance or null. IBrowser is the the underlying CefBrowser instance and provides access to frames/browserhost etc.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
IBrowser BrowserCore { get; }

Property Value

Type: IBrowser
See Also