Click or drag to resize

IWebBrowserLoad Method

Version 102.0.100
Loads the specified url in the Main Frame. If [!:IsDisposed] is true then the method call will be ignored. Same as calling [!:LoadUrl(string)]

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

Parameters

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