Click or drag to resize

ChromiumWebBrowser Constructor

Version 81.3.100
Overload List
  NameDescription
Public methodChromiumWebBrowser(String, BrowserSettings, IRequestContext, Boolean)
Create a new OffScreen Chromium Browser. If you use LegacyJavascriptBindingEnabled = true then you must set automaticallyCreateBrowser to false and call CreateBrowser(IWindowInfo, BrowserSettings) after the objects are registered.
Public methodChromiumWebBrowser(HtmlString, BrowserSettings, IRequestContext, Boolean)
Create a new OffScreen Chromium Browser. If you use LegacyJavascriptBindingEnabled = true then you must set automaticallyCreateBrowser to false and call CreateBrowser(IWindowInfo, BrowserSettings) after the objects are registered.
Top
See Also