Click or drag to resize

ChromiumWebBrowserLoadUrl Method

Version 94.4.20
Loads the specified url in the Main Frame. Same as calling Load(String)

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public void LoadUrl(
	string url
)

Parameters

url
Type: SystemString
The URL to be loaded.

Implements

IWebBrowserLoadUrl(String)
Remarks
This is exactly the same as calling Load(string), it was added as the method name is more meaningful and easier to discover via Intellisense.
See Also