CoreWebView2.Resume Method

Definition

Resumes the WebView so that it resumes activities on the web page.

public void Resume ();
member this.Resume : unit -> unit
Public Sub Resume ()

Examples

webView.CoreWebView2.Resume();
MessageBox.Show(this, "Resume Succeeded", "Resume");

Remarks

This API can be called while the WebView2 controller is invisible.

The app can interact with the WebView immediately after Resume().

WebView will be automatically resumed when it becomes visible.

Applies to