Skip to content

NavigationWebView.GoForward() method

Defined in

Type: NavigationWebView Namespace: CrissCross.WPF Assembly: CrissCross.WPF.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public void GoForward()

View source

Summary: Navigates the WebView to the next page in the navigation history. Equivalent to calling Microsoft.Web.WebView2.Core.CoreWebView2.GoForward on Microsoft.Web.WebView2.Wpf.WebView2.CoreWebView2 If CoreWebView2 hasn't been initialized yet then does nothing.