在我的Window
,有一个框架
这Frame
是导航一个Page
Login.xaml
,所以我需要登录成功时,框架导航到其他页面,Main.xaml
我该怎么做才能让这个框架在我的Login
Page
?
我认为您需要构建 MainPage 并将其放入 Frame 的 Content 属性中。
Frame1.Content = new MainPage();
看到类似的东西:在 XAML 中的窗口内显示页面
以下是有关导航的更多信息:http: //msdn.microsoft.com/en-us/library/cc838245 (v=vs.95).aspx