Click or drag to resize

ChromiumWebBrowser Constructor (String, IRequestContext)

Version 75.1.140
Initializes a new instance of the ChromiumWebBrowser class.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public ChromiumWebBrowser(
	string address,
	IRequestContext requestContext = null
)

Parameters

address
Type: SystemString
The address.
requestContext (Optional)
Type: CefSharpIRequestContext
Request context that will be used for this browser instance, if null the Global Request Context will be used
See Also