ChromiumWebBrowserLoadUrl Method |
Version 111.2.70
Loads the specified
url in the Main Frame.
Same as calling
Load(String)
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax Remarks
This is exactly the same as calling Load(string), it was added
as the method name is more meaningful and easier to discover
via Intellisense.
See Also