Link To Another Page : Hyperlink « Windows Presentation Foundation « C# / CSharp Tutorial






<Page x:Class="NavigationApplication.LinkToAssemblyPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="LinkToAssemblyPage">
  <StackPanel Margin="3">
    <TextBlock Margin="3" TextWrapping="Wrap">
      This is a simple page.
      Click <Hyperlink NavigateUri="/PageLibrary;component/SharedPage.xaml">here</Hyperlink>.
    </TextBlock>


  </StackPanel>
</Page>
WPF Link To Another Page








24.24.Hyperlink
24.24.1.Link To Another PageLink To Another Page
24.24.2.External Web LinksExternal Web Links