c# - How to remove all the pages from page stack in Windows Phone 7? -


i know how remove old pages page stack.

navigationservice.removebackentry(); 

this remove last entry page stack.

but want remove pages form page stack.
if click clear button page should cleared.
please let me know idea solve this.

thanks in advance.

this how clear navigationservice backentry without getting exceptions:

while(navigationservice.cangoback)     navigationservice.removebackentry(); 

Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -