Click or drag to resize

ChromiumWebBrowserBrowserCore Property

Version 96.0.142
Get access to the core IBrowser instance. Maybe null if the underlying CEF Browser has not yet been created or if this control has been disposed. Check IsDisposed before accessing.

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

Property Value

Type: IBrowser

Implements

IChromiumWebBrowserBaseBrowserCore
See Also