在 Windows Phone 7 中以编程方式打开离线 html 文件
我正在 Windows Phone 7 中构建一个应用程序。我有一些 HTML 格式的用户指南。每当用户触摸“帮助”菜单时,我想使用网络浏览器打开这些文件。但我不知道如何获取这些文件的本地 URL。你能帮我一下吗?
非常感谢!
I am building an application in windows phone 7. I have some user guide in HTML. I want to use a web-browser to open these files whenever user touches Help menu. But I don't know how to get the local URLs of these files. Could you help me please?
Thanks so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用相对 Uri 导航到存储在独立存储中的 HTML。更多详细信息和示例代码请参见此处。
如何:使用 Windows 的 WebBrowser 控件显示静态 Web 内容电话
You can navigate to HTML stored in isolated storage using a Relative Uri. More details and sample code here.
How to: Display Static Web Content Using the WebBrowser Control for Windows Phone