Click or drag to resize

IWebBrowserLoad Method

Version 85.3.121
Loads the specified URL.

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

Parameters

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