Click or drag to resize

WebBrowserExtensionsLoadUrlAsync Method

Version 94.4.20
See LoadUrlAsync(String) for details
Load the url in the main frame of the browser

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public static Task<LoadUrlAsyncResponse> LoadUrlAsync(
	IWebBrowser chromiumWebBrowser,
	string url
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
ChromiumWebBrowser instance (cannot be null)
url
Type: SystemString
url to load

Return Value

Type: TaskLoadUrlAsyncResponse
See LoadUrlAsync(String) for details
See Also