Click or drag to resize

ChromiumWebBrowser.WaitForInitialLoadAsync Method

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

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

Return Value

Type: Task<LoadUrlAsyncResponse>
A Task<TResult> that can be awaited which returns the HttpStatusCode and CefErrorCode. A HttpStatusCode equal to 200 and None is considered a success.

Implements

IWebBrowser.WaitForInitialLoadAsync()
See Also