Click or drag to resize

IWebBrowserLoad Method

Version 84.4.10
Loads the specified URL.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 84.4.10.0 (84.4.10.0)
Syntax
void Load(
	string url
)

Parameters

url
Type: SystemString
The URL to be loaded.
See Also