サーチ…


UIにWebViewを追加する

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

ウェブサイトを開く

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

ローカルHTMLページを開く

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


Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow