Click or drag to resize

IWebBrowser.WaitForInitialLoadAsync Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 112.3.0.0 (112.3.0.0)
Syntax
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.
See Also