Version 101.0.180
Load the specified url.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax void LoadUrl(
string url
)
void LoadUrl(
String^ url
)
Parameters
- url
- Type: SystemString
url to be loaded in the frame
See Also