如何处理单击 Windows Phone 中 RichTextBox 元素中的超链接的事件。这是我的 RichTextBox 元素代码:
<RichTextBox>
<Paragraph>
Download it directly to the <Hyperlink Foreground="Blue" TargetName="_blank" NavigateUri="http://itunes.apple.com/fi/app/goalapp/id502461189?ls=1&mt=8">iTunes Store</Hyperlink> or <Hyperlink Foreground="Blue" TargetName="_blank" NavigateUri="https://market.android.com/details?id=com.strikersoft.meramal.se">Android Market</Hyperlink>. The application is launched for Swedish app store.
</Paragraph>
</RichTextBox>