将 Silverlight 集成到 aspx 页面中
我们如何将 silverlight 项目添加到 aspx 页面中。我在 silverlight 中创建了一个数字时钟项目。但我不知道如何与aspx页面集成。 提前致谢..
How we can add the silverlight project into a aspx page. I had created one digital clock project in silverlight. But i don't know how to integrate with the aspx page.
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要明确的是:无需使用 .Net 来托管 silverlight。
它是一个浏览器插件,您可以使用 html 对象标签来托管它。以下是您需要的所有信息:
如何:使用 HTML 将 Silverlight 添加到网页
另外,这里有一个简单的示例:
如果您使用的是 Asp.Net,则有一个项目包含用于托管 silverlight 对象的示例服务器控件。您可以在此处获取:Silverlight 示例的 ASP.NET 服务器控件
Just to be clear: There is no need to use .Net to host silverlight.
It is a browser plugin and you use the html object tag to host it. Here is all the information you need:
How to: Add Silverlight to a Web Page by Using HTML
Also, here is a quick example:
If you are using Asp.Net, There is a project that contains sample server controls for hosting silverlight objects. You can get it here: ASP.NET Server Controls for Silverlight Samples