Reputation:
how to create an email link in xaml?
Thanks
Upvotes: 0
Views: 1645
Reputation: 13684
Try:
<Label> <Hyperlink NavigateUri="mailto:[email protected]">Email me!</Hyperlink> </Label>
Upvotes: 2