IWebBrowserWaitForInitialLoadAsync Method  | 
Version 106.0.290 
            Wait for the Browser to finish loading the initial web page.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
SyntaxTask<LoadUrlAsyncResponse> WaitForInitialLoadAsync()
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.
            
See Also