使用 Silverlight 保存 html 页面
如何保存带有 silverlight 对象的 html 页面? 我需要稍后能够重新打开页面并查看 sl 内容。
谢谢。
How can i save html page with silverlight object within?
I need to be able later to reopen page and to view sl content.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果应用程序不依赖于特定页面,您应该能够保存 HTML,然后单独下载 .xap 文件。将 .xap 放在与 html 文件相同的文件夹中,您应该能够在浏览器中本地查看它。
如果 Silverlight 应用程序依赖于托管网页上的服务(RIA 或显式 WCF 服务),则此方法将不起作用。
If the app is not dependent on the particular page you should be able to save the HTML and then separetely download the .xap file. The place the .xap in the same folder as the html file and you should be able to view it locally in the browser.
This won't work if the Silverlight app is dependent on a service on the hosting web page (RIA or an explicit WCF service).