CoreWebView2.CanGoBack Property

Definition

true if the WebView is able to navigate to a previous page in the navigation history.

public bool CanGoBack { get; }
member this.CanGoBack : bool
Public ReadOnly Property CanGoBack As Boolean

Property Value

Remarks

If CanGoBack changes value, the HistoryChanged event is raised.

Applies to

See also