WebView.GoBack Method

Definition

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

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

Returns

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

Implements

Applies to