xml WPF超链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml WPF超链接相关的知识,希望对你有一定的参考价值。

<Window x:Class="WpfTutorialSamples.Basic_controls.TextBlockHyperlinkSample"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="TextBlockHyperlinkSample" Height="100" Width="300">
	<Grid>
		<TextBlock Margin="10" TextWrapping="Wrap">
			This text has a <Hyperlink RequestNavigate="Hyperlink_RequestNavigate" NavigateUri="https://www.google.com">link</Hyperlink> in it.
		</TextBlock>
	</Grid>
</Window>

以上是关于xml WPF超链接的主要内容,如果未能解决你的问题,请参考以下文章

WPF - 使超链接可点击

wpf webBrowser 禁用超链接

如何通过数据绑定设置 WPF 超链接的文本?

WPF:标签导航被折叠的超链接破坏

Wpf Hyperlink超链接控件使用

XML 添加 <a> 超链接