How can I take this and make it an actual link<TextBlock Foreground="White" Text="{Binding Attributes[Website], StringFormat='Website: \{0\}'}" >
Right now I get: Website: Yahoo.comI want this (show an alias instead of actual website)...when the click the text it opens the website in a new windowWebsite: Go To WebsiteTHANKS IN ADVANCE