GoXam TextBlock Text HREF

Hi,

is it possible to create a Textblock with the property Text as a Html?

I should be able to open a window IE/Firefox by link in the TextBlock's text.

thx.

R.

You could use a Hyperlink element.
In WPF that could be in a TextBlock; in Silverlight that would be in a RichTextBox.

ok, thanks!