Wednesday, July 13, 2011

WPF- Using hyperlinks in XBAP application

Following XAML can be used for hyperlinks in XBAP application

<TextBlock>

<Hyperlink NavigateUri="http://microsoft.com" TargetName="_blank">
http://microsoft.com


</Hyperlink>
</TextBlock>

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...