Based on the below snippet from a silverlight control how do I make the clicked HyperlinkButton open in a new browser window?
<HyperlinkButton Content="{Binding Name}" NavigateUri="{Binding Url}" />
I'm assuming that I can do this in the xaml, but I don't see a likely looking property.
Thanks,
Phil