Tag: Url
Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8
The Windows.System namespace provides the Launcher class which exposes the method LaunchUriAsync which can be used to launch the Web Browser and navigate to the external Uri as described below. Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8 Below is a sample code snippet demonstrating how to Launch URL in Web Browser using LaunchUriAsync in Windows Phone 8
How to Load an Image from a URL in Windows Phone 8?
Below is a sample code snippet demonstrating in simple steps on how to load an image on to an Image control in Windows Phone 8 using C#? How to Load an Image from a URL in Windows Phone 8?