Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6859815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:19:50+00:00 2026-05-27T02:19:50+00:00

I just searched, but didn’t find a way to create a web link in

  • 0

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…!!!!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:19:51+00:00Added an answer on May 27, 2026 at 2:19 am

    Use just the HyperLinkButton Control.

    And add this property to your control:

    <HyperlinkButton TargetName="_blank" Content="Go To" Click="HyperlinkButton_Click"/>
    

    Finally add the click event handler to launch the browser using the BrowserTask :

     private void HyperlinkButton_Click(object sender, RoutedEventArgs e)
     {
         WebBrowserTask webBrowserTask = new WebBrowserTask();
         webBrowserTask.Uri = new Uri("http://www.google.com");
         webBrowserTask.Show();
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've searched but cannot find the answer to When to use them. I just
I searched the documentation but didn't find anything and wanted to be sure. I
I've searched the whole day for a solution of my problem, but didn't find
I'm a noob on IOS. I have searched a lot, but I didn't find
Hello I searched for an answer to this question but didn't find any here.
I searched the net and books, for an answer but didn't find it. (maybe
I've searched and searched but can't seem to find a way to upload files
I've searched SO but I just can't figure this out. The other questions didn't
I've searched a bit for a plugin but I didn't find anything for this
I searched for a few days now but didn't find a solution. So here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.