WebBrowser.CanGoForward Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the WebBrowser can navigate forward a page in the browsing history.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property CanGoForward As Boolean
public bool CanGoForward { get; internal set; }

Property Value

Type: System..::.Boolean
true if the WebBrowser can navigate forward; otherwise, false. The default is true.

Remarks

Call this method before calling GoForward()()().

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace