Click or drag to resize

IWebBrowserLoad Method

Version 92.0.260
Loads the specified url in the Main Frame

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

Parameters

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