Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 567 Bytes

webview_cangoback.md

File metadata and controls

24 lines (17 loc) · 567 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebView.CanGoBack
winrt property

Windows.UI.Xaml.Controls.WebView.CanGoBack

-description

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

-property-value

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

-remarks

To navigate backward, call the GoBack method.

-examples

-see-also

GoBack