WPF 入门学习摘要

创建Frame 

<Frame Source="Pages\StartPage.xaml" NavigationUIVisibility="Hidden"> </Frame>

 Frame 导航

this. NavigationService.Navigate(new NextPage());

 Frame 返回

NavigationService.GoBack();

 

posted @ 2020-06-30 22:28  liliyou  阅读(110)  评论(0编辑  收藏  举报