ChromiumWebBrowserLoad Method |
Version 130.1.90
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.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public void Load(
string url
)
public:
virtual void Load(
String^ url
) sealed
Parameters
- url String
- The URL to be loaded.
Implements
IWebBrowserLoad(String)See Also