WebView.GoForward Method

Definition

Navigates the IWebView to the next page in the navigation history.

public bool GoForward ();
abstract member GoForward : unit -> bool
override this.GoForward : unit -> bool
Public Function GoForward () As Boolean

Returns

true if the IWebView navigation to the next page in the navigation history is successful; otherwise, false.

Implements

Applies to