WKWebView.GoTo(WKBackForwardListItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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