ChromiumWebBrowserLoad Method |
Version 84.4.10
Loads the specified URL.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 84.4.10.0 (84.4.10.0)
Syntax public void Load(
string url
)
public:
virtual void Load(
String^ url
) sealed
Parameters
- url
- Type: SystemString
The URL to be loaded.
Implements
IWebBrowserLoad(String)See Also