I recently started looking into creating a simple Windows 8, Windows Store app, that would contain a browser window and a setting somewhere to allow the URI to be modified.
The app itself is quite simple in concept so I figured it would be a breeze to implement for Windows 8.
To display a web page I needed to use a WebView control and I simply set the Source property to the desired Uri.
Read More