ChromiumWebBrowser Constructor (String, IBrowserSettings, IRequestContext, Boolean) |
Version 87.1.132
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public ChromiumWebBrowser(
string address = "",
IBrowserSettings browserSettings = null,
IRequestContext requestContext = null,
bool automaticallyCreateBrowser = true
)
public:
ChromiumWebBrowser(
String^ address = L"",
IBrowserSettings^ browserSettings = nullptr,
IRequestContext^ requestContext = nullptr,
bool automaticallyCreateBrowser = true
)
Parameters
- address (Optional)
- Type: SystemString
Initial address (url) to load - browserSettings (Optional)
- Type: CefSharpIBrowserSettings
The browser settings to use. If null, the default settings are used. - requestContext (Optional)
- Type: CefSharpIRequestContext
See RequestContext for more details. Defaults to null - automaticallyCreateBrowser (Optional)
- Type: SystemBoolean
automatically create the underlying Browser
Exceptions See Also