수색…


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