导航服务
本文关键字:服务 导航 | 更新日期: 2023-09-27 18:29:51
如何从类的对象中获取页面的指针?
所以,我有这个代码:
<controls:PivotItem Header="Today">
<Grid>
<ScrollViewer Height="520" VerticalAlignment="Top">
<local:Fixtures Adress="..." Clubs="..."/>
</ScrollViewer>
</Grid>
</controls:PivotItem>
我需要在Fixtures类的异常处理程序中创建NavigationService.GoBack()。
我该怎么做?
(App.Current as App).RootFrame.GoBack()