WebView

Other topics

Add a WebView to the UI

<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
    <WebView x:Name="MyWebView" />
</Grid>

Open a website

MyWebView.Navigate(new Uri("http://www.url.com"));

Open local html page

MyWebView.Navigate(new Uri("ms-appdata:///local/Downloads/index.html"));

Contributors

Topic Id: 6541

Example Ids: 22396,22397,22398

This site is not affiliated with any of the contributors.