Windows Phone 页面间跳转

Windows Phone 页面之间跳转 函数

this.NavigationService.Naviagte(new Uri(“/nextPage.xaml”, UriKind.Relative));  启动新Page

this.NavigationService.GoFroward();  向前跳转

this.NavigationService.GoBack();   后退

 

 

你可能感兴趣的:(Windows Phone 页面间跳转)