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?
Usually, the meaning of an Hyperlink is to give an anchor to send the user to another Page or generally speaking to another resource, so it's implemented in such a way and you have to specify the location for that resource like this:
Web Site
However, i've found this blog post with a custom TextBlock that is used as an HyperLink and supports click events.