Tutorial by Examples

<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <WebView x:Name="MyWebView" /> </Grid>
MyWebView.Navigate(new Uri("http://www.url.com"));
MyWebView.Navigate(new Uri("ms-appdata:///local/Downloads/index.html"));

Page 1 of 1