| IChromiumWebBrowserBaseLoadUrlAsync Method  | 
Version 118.6.80 
            Load the url in the main frame of the browser
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
SyntaxTask<LoadUrlAsyncResponse> LoadUrlAsync(
	string url
)
Task<LoadUrlAsyncResponse^>^ LoadUrlAsync(
	String^ url
)
Parameters
- url
- Type: SystemString
 url to load
Return Value
Type: 
TaskLoadUrlAsyncResponse
            A 
TaskTResult that can be awaited to load the 
url and return the HttpStatusCode and 
CefErrorCode.
            A HttpStatusCode equal to 200 and 
None is considered a success.
            
 See Also
See Also