Click or drag to resize

ChromiumWebBrowserLoad Method

Version 98.1.210
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.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public void Load(
	string url
)

Parameters

url
Type: SystemString
The URL to be loaded.

Implements

IWebBrowserLoad(String)
See Also