WebView2.GoForward Method

Definition

Navigates to the next page in navigation history. This is equivalent to GoForward(). If the underlying CoreWebView2 is not yet initialized, this method does nothing.

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

Applies to

See also