如何从框架外的 silverlight Webbrowser 控件中检索 HTML
我需要获取 silverlight webbrowser 控件内框架的 html。我查看了以下问题
如何从 .net 中的框架外的 Web 浏览器控件检索 HTML (c#)
访问 C#.net 中 webbrowser 控件中渲染的框架,
但它们为WPF提供解决方案。如何在 silverlight webbrowser 控件中做同样的事情?
i need to get the html of a frame inside the silverlight webbrowser control. i've looked at the following questions
How to retrieve HTML from Webbrowser control out of frames in .net (c#)
accessing Frames rendered in webbrowser control in C#.net
but they offer solution for WPF. how to do the same in silverlight webbrowser control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的,因为
来自 http:// msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser(v=vs.95).aspx
如果我正确理解这一行,这意味着,你将无法访问 iFrame 中的任何内容。
I dont think this will be possible, since
from http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser(v=vs.95).aspx
and if i understand this line correctly, this means, you wont be able to access any content from within the iFrame.