My question might be vague and not properly informative .
Basically My goal is to write one one browser app in Metro Style .I tried using WebView to render html but facing several issues like can't download a link which is a downloadable file.Webview doesn't give me an callback like beforenavigate2 etc so that
i can capture the link and start downloading rather navigation.
So can I use http://msdn.microsoft.com/en-us/library/aa752040%28v=vs.85%29.aspx in winrt for metrostyle app.
regards.