标签: c# xaml windows-phone-8
我可以使用导航服务导航到Windows Phone 8中的页面对象,而不像Uri那样
this.NavigationService.Navigate(new Page1());
而不是
NavigationService.Navigate(new Uri("/Page1.xaml", UriKind.Relative));
答案 0 :(得分:1)
不,你不能。
方法this.NavigationService.Navigate只接受一个Uri参数。
this.NavigationService.Navigate
Uri