I just searched, but didn’t find a way to create a web link in my Windows phone7 Application. In Android TextView has android:autoLink='Web' In Windows phone7 textblock I didn’t find any relevant property.
Tried adding the NavigateURI property in the Hyperlink and it gives an exception. NavigateUri="http://www.google.com"
Really appreciate If someone Can suggest How to do this. Thanks in Advance…!!!!!
Use just the HyperLinkButton Control.
And add this property to your control:
Finally add the click event handler to launch the browser using the BrowserTask :