WebView2.Reload Method

Definition

Reloads the top level document of the WebView2. This is equivalent to Reload().

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

Exceptions

Thrown when browser process has unexpectedly and left this control in an invalid state. We are considering throwing a different type of exception for this case in the future.

Applies to

See also