| ChromiumWebBrowserCreateBrowser Method  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic void CreateBrowser(
	IWindowInfo windowInfo = null,
	IBrowserSettings browserSettings = null
)
public:
void CreateBrowser(
	IWindowInfo^ windowInfo = nullptr, 
	IBrowserSettings^ browserSettings = nullptr
)
Parameters
- windowInfo (Optional)
- Type: CefSharpIWindowInfo
 Window information used when creating the browser
- browserSettings (Optional)
- Type: CefSharpIBrowserSettings
 Browser initialization settings
 Exceptions
Exceptions| Exception | Condition | 
|---|
| Exception | An instance of the underlying offscreen browser has already been created, this method can only be called once. | 
 See Also
See Also