顯示具有 URI 標籤的文章。 顯示所有文章
顯示具有 URI 標籤的文章。 顯示所有文章

2012年9月3日 星期一

Launch Browser with an URI from a win8 app

http://zubairahmed.net/?p=266

Here is the code snippet:
 Uri justUri = new Uri("http://www.google.com");  
 await Windows.System.Launcher.LaunchUriAsync(justUri);