ChromiumWebBrowserLoad Method |
Version 79.1.350
Loads the specified URL.
Namespace:
CefSharp.WinForms
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 76.1.90.0 (76.1.90.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