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