Edit

Share via


WKWebView.GoForward Method

Definition

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

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

Returns

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

Attributes

Remarks

Applies to