GoForward Method
Collapse the table of content
Expand the table of content

NavigationService.GoForward Method

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

Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation.

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

public void GoForward()

ExceptionCondition
InvalidOperationException

There are no entries in the forward navigation history.

Before calling the GoForward method, check the value of the CanGoForward property to determine if an entry exists in the forward navigation history.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft