ChromiumWebBrowserLoadUrl Method |
Version 104.4.240
Loads the specified url in the Main Frame.
Same as calling [!:Load(string)]
Namespace:
CefSharp.WinForms
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 104.4.240.0 (104.4.240.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