Editar

Share via


WKWebView.GoBack Method

Definition

Navigates to the back item in the back-forward list.

[Foundation.Export("goBack")]
public virtual WebKit.WKNavigation GoBack ();
abstract member GoBack : unit -> WebKit.WKNavigation
override this.GoBack : unit -> WebKit.WKNavigation

Returns

A new navigation to the requested item, or null if there is no back item in the back-forward list.

Attributes

Remarks

Applies to