WebView2.Stop Method

Definition

Stops any in progress navigation in the WebView2. This is equivalent to Stop(). If the underlying CoreWebView2 is not yet initialized, this method does nothing.

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

Applies to

See also