When you run the βprogramβ as you say (Internet Explorer), you use the following code:
WebBrowserTask browser = new WebBrowserTask();
browser.URL = new Uri("http://www.google.com", UriKind.Absolute);
browser.Show();
The WebBrowser task is located in the Microsoft.Phone.Tasks namespace, the document of which is here: Microsoft.Phone.Tasks.WebBrowserTask
, - Internet Explorer, " ".
Edit
, , . , :
, , , , , , , , , :
using Microsoft.Phone.Tasks;
, !