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);  

沒有留言:

張貼留言