<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"));
Topic Id: 6541
Example Ids: 22396,22397,22398
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service