CoreWebView2.CanGoForward Property
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.
true
if the WebView is able to navigate to a next page in the navigation history.
public bool CanGoForward { get; }
member this.CanGoForward : bool
Public ReadOnly Property CanGoForward As Boolean
Property Value
Remarks
If CanGoForward changes value, the HistoryChanged event is raised.