ChromiumWebBrowserCreateBrowser Method |
Version 130.1.90
Create the underlying browser. The instance address, browser settings and request context will be used.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public void CreateBrowser(
IWindowInfo windowInfo = null,
IBrowserSettings browserSettings = null
)
public:
void CreateBrowser(
IWindowInfo^ windowInfo = nullptr,
IBrowserSettings^ browserSettings = nullptr
)
Parameters
- windowInfo IWindowInfo (Optional)
- Window information used when creating the browser
- browserSettings IBrowserSettings (Optional)
- Browser initialization settings
Exceptions Exception | Condition |
---|
Exception | An instance of the underlying offscreen browser has already been created, this method can only be called once. |
See Also