Click or drag to resize

ChromiumWebBrowser.Load Method

Version 67.0.0
Loads the specified URL.

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

Parameters

url
Type: System.String
The URL to be loaded.

Implements

IWebBrowser.Load(String)
See Also