WKWebView.GoTo(WKBackForwardListItem) Method

Definition

Navigates to an item from the back-forward list and sets it as the current item.

[Foundation.Export("goToBackForwardListItem:")]
public virtual WebKit.WKNavigation GoTo (WebKit.WKBackForwardListItem item);
abstract member GoTo : WebKit.WKBackForwardListItem -> WebKit.WKNavigation
override this.GoTo : WebKit.WKBackForwardListItem -> WebKit.WKNavigation

Parameters

item
WKBackForwardListItem

The item to which to navigate. Must be one of the items in the web view's back-forward list.

Returns

A new navigation to the requested item, or null if it is already the current item or is not part of the web view's back-forward list.

Attributes

Remarks

Applies to