Sharepoint:WebPart 和 silverlight 控件之间的通信
有什么方法可以将通知从 Web 部件发送到同一 Web 部件中托管的 silverlight 控件吗?
Is there any way to send notifications from the webpart to silverlight control hosted in the same webpart?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过 HTML DOM Bridge 使用 JavaScript在银光中。
You could use JavaScript using the HTML DOM Bridge in Silverlight.
我写了一篇关于为 Silverlight Web 部件通信开发的 Web 部件模式的博客:
http://geoffwebbercross.blogspot.com/2011/02/sharepoint-2010-silverlight-web-part.html
I've written a blog about a web part pattern I've developed for Silverlight Web Part communication:
http://geoffwebbercross.blogspot.com/2011/02/sharepoint-2010-silverlight-web-part.html