Recherche…
Ajouter un WebView à l'interface utilisateur
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<WebView x:Name="MyWebView" />
</Grid>
Ouvrir un site web
MyWebView.Navigate(new Uri("http://www.url.com"));
Ouvrir la page HTML locale
MyWebView.Navigate(new Uri("ms-appdata:///local/Downloads/index.html"));
Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow