Click or drag to resize

ManagedCefBrowserAdapterCreate Method

Version 130.1.90
Create a new IBrowserAdapter instance which is the main method of interaction between the unmanged CEF implementation and our ChromiumWebBrowser instances.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static IBrowserAdapter Create(
	IWebBrowserInternal webBrowserInternal,
	bool offScreenRendering
)

Parameters

webBrowserInternal  IWebBrowserInternal
reference to the ChromiumWebBrowser instance
offScreenRendering  Boolean
true for WPF/OffScreen, false for WinForms and other Hwnd based implementations

Return Value

IBrowserAdapter
instance of IBrowserAdapter
See Also