如何从框架外的 silverlight Webbrowser 控件中检索 HTML

发布于 2024-12-07 12:48:09 字数 446 浏览 0 评论 0原文

我需要获取 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 技术交流群。

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

发布评论

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

评论(1

寄居者 2024-12-14 12:48:09

我认为这是不可能的,因为

如果您在 中托管内容,则适用 iframe 的所有常规安全规则。

来自 http:// msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser(v=vs.95).aspx

如果我正确理解这一行,这意味着,你将无法访问 iFrame 中的任何内容。

I dont think this will be possible, since

If you host content in an , all the regular security rules for iframes apply.

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.

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