How to navigate to another project inside same solution

后端 未结 4 514
半阙折子戏
半阙折子戏 2020-12-11 07:14

Hey Hope somebody can help.

I have in group developed on many different projects and we now want to combine these. I therefore include the projects. In the startup p

4条回答
  •  粉色の甜心
    2020-12-11 07:26

    Just remove "/" before "component", like this:

    NavigationService.Navigate(new Uri("/MVVMTestApp;component/View/MainPage.xaml", UriKind.Relative));

提交回复
热议问题