WebView2Wpf.GoBack() method¶
Defined in
Type: WebView2Wpf
Namespace: CrissCross.WPF
Assembly: CrissCross.WPF.WebView2.dll
Applies to
net10.0-windows7.0, net9.0-windows7.0, net8.0-windows7.0, net481
public void GoBack()
Summary: Navigates the WebView to the previous page in the navigation history. Equivalent to calling Microsoft.Web.WebView2.Core.CoreWebView2.GoBack on Microsoft.Web.WebView2.Wpf.WebView2.CoreWebView2 If CoreWebView2 hasn't been initialized yet then does nothing.