I have a problem that I don’t know how to solve exactly as I would like it to be solved. I am extracting tweets from certain twitter channels, such as users and # (via .rss search). However, some of the tweets contain a link that is not available when it appears in the ListBox (datatemplate). Is there an easy way to convert everything in every single tweet that contains "http: // <-link->" to the actual click link? Either through XAML or C #.
source
share