Sök…


Lägg till en WebView till UI

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

Öppna en webbplats

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

Öppna lokal html-sida

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


Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow