CoreWebView2.Reload Method

Definition

Reloads the current page.

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

Remarks

This is similar to navigating to the URI of current top level document including all navigation events firing and respecting any entries in the HTTP cache. But, the back or forward history will not be modified.

Applies to