The question says it all. Basically, I just want to know the alternative for this in WinRT:
Process.Start("http://www.google.com/");
In WinRT, you can use Windows.System.Launcher.LaunchUriAsync to launch the default app associated with the specified URI. For a web link, the default browser would be used.
Windows.System.Launcher.LaunchUriAsync
MSDN: Launcher.LaunchUriAsync(Uri) | launchUriAsync(Uri) method
1.4m articles
1.4m replys
5 comments
57.0k users