WebView.IWebView.CanGoForward Property

Definition

Gets a value that indicates whether the user can navigate forward.

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

Property Value

Implements

Applies to