How to make a simple hyperlink in XAML?

后端 未结 8 1221
轻奢々
轻奢々 2020-12-08 02:03

All I want to do is make a little hyperlink in XAML. I\'ve tried everything. I give up.

What is the syntax for this?



        
8条回答
  •  太阳男子
    2020-12-08 02:44

    You can simply use HyperlinkButton. When it is clicked on, the URL will be displayed in your web browser:

    
    

提交回复
热议问题