Click or drag to resize

ChromiumWebBrowser.Load Method

Version 113.3.50
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.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 113.3.50.0 (113.3.50.0)
Syntax
public void Load(
	string url
)

Parameters

url
Type: System.String
The URL to be loaded.

Implements

IWebBrowser.Load(String)
See Also