Click or drag to resize
ChromiumWebBrowser Constructor
Version 51.0.0
Initializes a new instance of the ChromiumWebBrowser class.

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

Parameters

address
Type: SystemString
The address.
Exceptions
ExceptionCondition
InvalidOperationExceptionCef::Initialize() failed
See Also