从UserControl获取对Page的引用

时间:2013-05-02 06:25:34

标签: windows-8 controls

我认为标题说明了一切:我的页面中有一个UserControl。如何获取UserControl所在页面的引用?

1 个答案:

答案 0 :(得分:1)

您可以使用

获取当前页面的引用
(Window.Current.Content as Frame).Content as Page