Edit

Share via


WebView.CanGoBack Property

Definition

Gets a value indicating whether there is at least one page in the backward navigation history.

[System.ComponentModel.Browsable(false)]
public bool CanGoBack { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CanGoBack : bool
Public ReadOnly Property CanGoBack As Boolean

Property Value

true if the IWebView can navigate backward; otherwise, false.

Implements

Attributes

Applies to