使用 Silverlight 保存 html 页面

发布于 2024-09-29 07:50:31 字数 74 浏览 3 评论 0原文

如何保存带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜深人未静 2024-10-06 07:50:32

如果应用程序不依赖于特定页面,您应该能够保存 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文