跳转报错问题
NavigationService.Navigate(new Uri("neiye/carlist.xaml",UriKind.Relative));
我想跳转到这个页面 结果断点跟踪报错+ NavigationService.Navigate(new Uri("neiye/carlist.xaml",UriKind.Relative)) “NavigationService.Navigate(new Uri("neiye/carlist.xaml",UriKind.Relative))”引发了“
System.ArgumentException”类型的异常 bool {System.ArgumentException}
这是什么原因啊,就这两个参数应该也没传错啊
------解决方案--------------------NavigationService.Navigate(new Uri("/neiye/carlist.xaml",UriKind.Relative));
*****************************************************************************
签名档: http://feiyun0112.cnblogs.com/