我可以看到超链接在 TextBlock 元素内可用,但是 Visual Studio 将其强调为错误,并说“[TextElementCollection_TypeNotSupportedInHost]”。
<TextBlock>
Please <Hyperlink NavigateUri="http://example.com/">click here</Hyperlink>, thanks.
</TextBlock>
推荐的方法是什么?谢谢!
我可以看到超链接在 TextBlock 元素内可用,但是 Visual Studio 将其强调为错误,并说“[TextElementCollection_TypeNotSupportedInHost]”。
<TextBlock>
Please <Hyperlink NavigateUri="http://example.com/">click here</Hyperlink>, thanks.
</TextBlock>
推荐的方法是什么?谢谢!