Click or drag to resize

ChromiumWebBrowser.LoadUrlAsync Method

Version 111.2.70
Load the url in the main frame of the browser

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public Task<LoadUrlAsyncResponse> LoadUrlAsync(
	string url
)

Parameters

url
Type: System.String
url to load

Return Value

Type: Task<LoadUrlAsyncResponse>
A Task<TResult> 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.

Implements

IChromiumWebBrowserBase.LoadUrlAsync(String)
See Also