简体   繁体   English

如何嵌入或导航到另一个名称空间中包含的页面

[英]How can I embed or navigate to a page contained in another namespace

I have two projects in one solution. 一个解决方案中有两个项目。 One contains a page (which is basically a complex control) and another project which is an empty XAML application. 一个包含一个页面(基本上是一个复杂的控件),另一个包含一个空的XAML应用程序。 What I'm wondering is how to either embed the page into the empty XAML project's main page or at least be able to navigate to it. 我想知道的是如何将页面嵌入到空XAML项目的主页中,或者至少能够导航到它。

Any ideas? 有任何想法吗?

Frame.Navigate(typeof(MyControl.MainPage))呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM