Click or drag to resize

ChromiumWebBrowserWaitForInitialLoadAsync Method

Version 105.3.390
Wait for the Browser to finish loading the initial web page.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public Task<LoadUrlAsyncResponse> WaitForInitialLoadAsync()

Return Value

Type: TaskLoadUrlAsyncResponse
A TaskTResult that can be awaited which returns the HttpStatusCode and CefErrorCode. A HttpStatusCode equal to 200 and None is considered a success.

Implements

IWebBrowserWaitForInitialLoadAsync
See Also