IChromiumWebBrowserBaseBrowserCore Property  | 
Version 108.4.130 
            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: 108.4.130.0 (108.4.130.0)
SyntaxIBrowser BrowserCore { get; }property IBrowser^ BrowserCore {
	IBrowser^ get ();
}Property Value
Type: 
IBrowser
See Also