CoreWebView2.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resumes the WebView so that it resumes activities on the web page.
public void Resume ();
member this.Resume : unit -> unit
Public Sub Resume ()
Examples
_iWebView2.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.