I am developing an App on the Windows store 8 through C# and XAML where I need to retrieve data from any website and display it on my app.
I am Using HttpClient
class and am able to get the HTML code behind the webpage.
My app can be considered to be similar to weather apps where the climatic conditions are retrieved from a website and displayed on my app screen.
How to go further? Which class should I use?
You may be looking for WebView