Click or drag to resize

ChromiumWebBrowserLoadUrlAsync Method

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

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public 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.

Implements

IWebBrowserLoadUrlAsync(String)
See Also