WebView2.CanGoBack 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.
Returns true
if the WebView can navigate to a previous page in the navigation history.
Wrapper around the CanGoBack property of CoreWebView2.
If CoreWebView2 isn't initialized yet then returns false
.
[System.ComponentModel.Browsable(false)]
public bool CanGoBack { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CanGoBack : bool
Public ReadOnly Property CanGoBack As Boolean
Property Value
Implements
- Attributes