问题描述
例如我有2页page1,page2
for example i have 2 pages page1,page2
首先我要从page1导航到page2.
first i am navigating from page1 to page2..
然后,当我单击page2中的一个按钮时,我正在使用naviagtion.goback()方法.
then i am using naviagtion.goback() method when i click on one button in page2..
我正在第1页的onnavigatedto()上显示一些内容.
i am displaying something on onnavigatedto() of page1.
但是它显示在page2本身中,然后将其重定向到page1 ...
but it is displaying in page2 itself then it is redirecting to page1...
如果我通过指定uri使用导航方法,那么它将正确显示..什么问题?
if i use navigate method by specifying uri then it is displaying correctly..what is the problem?
推荐答案
如果您通过指定uri进行导航,那么它将向前导航到页面的新实例.
If you navigate by specifying uri, then it navigates forward to a new instance of the page.
这篇关于Windows Phone 8中的navigation.goback()有问题吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!