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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Exception | Condition |
|---|---|
| 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.
Show: