top button
Flag Notify
Site Registration

How to remove one page of windows phone backstack?

+2 votes
305 views
How to remove one page of windows phone backstack?
posted Jan 9, 2015 by Puhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

NavigationService.RemoveBackEntry() removes only the last entry from the backstack, so it should fit your needs. This method is used to remove the most recent entry from the back stack, or throws an InvalidOperationException if there are no more entries to remove. If you want to remove more than one item, you call this method multiple times.

answer Jan 13, 2015 by Jdk
Similar Questions
+5 votes

any body give the code for page navigation ,My application need to navigate from one page to another in C#??

in webapplication we use Response.Redirect(""); but windows phone??

+1 vote

Hi i need to know which page will start first in windows phone application 8 using to develop visual studio 2012 or what ever it may be???

...