Hi there.

I'm using .NET Framework 4.0's System.XAML namespace to load an object from XAML code parsed as a string.

However, if I wish to load the code here:

<TextBlock><Hyperlink NavigateUri="http://test.com">Blah</Hyperlink></TextBlock>

Then how would I make the Hyperlink work? So far if I click it, nothing happens.