Click or drag to resize
ChromiumWebBrowser Constructor (String)
Version 57.0.0
Initializes a new instance of the ChromiumWebBrowser class.

Namespace: CefSharp.WinForms
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
public ChromiumWebBrowser(
	string address
)

Parameters

address
Type: SystemString
The address.
See Also