在C# XAML应用中,可以使用以下技巧来实现导航功能:
// 在代码中导航到其他页面
Frame.Navigate(typeof(OtherPage));
// 在代码中导航到其他页面
NavigationService.Navigate(new Uri("/OtherPage.xaml", UriKind.Relative));
<HyperlinkButton Content="Go to Other Page" NavigateUri="/OtherPage.xaml"/>
private void Button_Click(object sender, RoutedEventArgs e)
{
Frame.Navigate(typeof(OtherPage));
}
// 在代码中导航到其他页面并传递参数
Frame.Navigate(typeof(OtherPage), parameter);
通过以上技巧,可以在C# XAML应用中实现灵活、方便的导航功能,提升用户体验和应用的交互性。