NavigationService.RemoveBackEntry Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the most recent entry from the back stack.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Return Value
Type: System.Windows.Navigation.JournalEntryThe JournalEntry that was removed if the back stack was not empty; otherwise, null.
| Exception | Condition |
|---|---|
| UnauthorizedAccessException | RemoveBackEntry is not being called from the UI thread. |
Show: