Click or drag to resize

ChromiumWebBrowserLoad Method

Version 75.1.140
Loads the specified URL.

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

Parameters

url
Type: SystemString
The URL to be loaded.

Implements

IWebBrowserLoad(String)
See Also