标签: windows-phone-8 navigation
我想从我的cs类导航到我的xaml主页面。 我尝试过:
NavigationService.Navigate(new Uri("/Contacts.xaml", UriKind.Relative));
但是我收到一个错误:system nullreferenceexception;
如何导航到我的主页
答案 0 :(得分:0)
我认为你试图过早地调用NavigationService.Navigate,例如,在Page构造函数中。
请参阅NavigationService.navigate null reference exception。