IChromiumWebBrowserBaseLoadUrl Method  | 
Version 106.0.290 
            Loads the specified url in the Main Frame.
            Same as calling [!:Load(string)]
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid LoadUrl(
	string url
)
void LoadUrl(
	String^ url
)
Parameters
- url
 - Type: SystemString
The URL to be loaded. 
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