Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 NavigationWindow 和一个名为 Views 的文件夹。在该文件夹中有一个名为 Home 的用户控件。
如何导航到该页面?
myNavigationWindow.Navigate(new Uri("/Views/Home.xaml", UriKind.Relative));