CoreWebView2.CanGoForward Property

Definition

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.

Applies to

See also