WebView.IWebView.CanGoBack Property

Definition

Gets a value that indicates whether the user can navigate to previous pages.

property bool Microsoft::Maui::IWebView::CanGoBack { bool get(); void set(bool value); };
bool Microsoft.Maui.IWebView.CanGoBack { get; set; }
member this.Microsoft.Maui.IWebView.CanGoBack : bool with get, set
 Property CanGoBack As Boolean Implements IWebView.CanGoBack

Property Value

Implements

Applies to