从Hyperlinkbutton重新加载Xaml页面

时间:2014-05-18 17:07:57

标签: wpf xaml button hyperlink

如何在Xaml中使用超链接按钮重新加载我的Xaml页面?如何设置NavigateUri属性以重新加载页面?

<HyperlinkButton Content="Reload Page" NavigateUri="" FontSize="14" FontWeight="Bold"/>

1 个答案:

答案 0 :(得分:1)

试试这个:

<HyperlinkButton Content="Reload Page" NavigateUri="Page.xaml" FontSize="14" FontWeight="Bold"/>