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?
You can use a Button with a custom control template, the code below is a limited hyperlink style button (for example it only support textual hyperlinks) but maybe it'll point you in the right direction.