Click or drag to resize

ChromiumWebBrowserCreateBrowser Method

Version 75.1.140
Create the underlying browser. The instance address, browser settings and request context will be used.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public void CreateBrowser(
	IWindowInfo windowInfo = null,
	BrowserSettings browserSettings = null
)

Parameters

windowInfo (Optional)
Type: CefSharpIWindowInfo
Window information used when creating the browser
browserSettings (Optional)
Type: CefSharpBrowserSettings
Browser initialization settings
Exceptions
ExceptionCondition
ExceptionAn instance of the underlying offscreen browser has already been created, this method can only be called once.
See Also