Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的现代 Win8 应用程序项目中有一个 .html 文件,其中包含网页数据。现在我们如何在这个现代应用程序中显示页面内容,就好像它显示在网页中一样?
注意:我不想离开应用程序。在应用程序内我想显示我保存在项目中的 .html 文件的内容。
使用WebView控件并将您保存在项目中的文件设置为源。
<WebView Source="ms-appx-web:///HTMLPage1.html"/>
使用WebView对象并导航到项目文件夹中的本地页面。
ms-appx-web:///HTMLPage1.html