WKWebView.GoForward 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 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