Click or drag to resize

ChromiumWebBrowserLoad Method

Version 85.3.121
Loads the specified URL.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public void Load(
	string url
)

Parameters

url
Type: SystemString
The URL to be loaded.

Implements

IWebBrowserLoad(String)
See Also