WebBrowser.GoForward Method

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

Causes the WebBrowser to navigate forward a page in the browsing history.

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

Syntax

Public Sub GoForward
public void GoForward()

Remarks

Calling this method causes the same result as if the user pressed the back arrow in a browser.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace