I’m developing an aplication for Windows 7, and I need to block a page.. my solutions are not register that frame or clear all the frames in back.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Guessing that you mean you have a page on the Back-stack that you want to remove —
In the new Mango SDK, there’s a Method you can try NavigationService.RemoveBackEntry
However it might be easier to just use a boolean and check in
OnNavigatedTo:At page where you need to go back > 1 pages:
in
App.xaml.cs:Page2.xaml.cs:And in each page’s
OnNavigatedTo: