简体   繁体   English

有什么方法可以在服务器上运行asp.net Web浏览器控件吗?

[英]Is there any way to run asp.net web browser control on server?

ASP.NET. ASP.NET。 VB.NET 3.5 VB.NET 3.5

In order to scrape image URLs automatically from some of our clients' websites, we want to inspect the DOM after JavaScript has completed running as often the rendered HTML changes because of onload() JavaScript. 为了自动从某些客户的网站上抓取图像URL,我们希望在JavaScript完成运行后检查DOM,因为渲染的HTML由于onload()JavaScript发生了变化。 The article: 文章:

Get the final generated html source using c# or vb.net 使用c#或vb.net获取最终生成的html源

shows how to do that with a form with a web browser control on the client but is there a way to do it all on the server (since our process is called in a background thread anyway when the client navigates off a certain aspx page)? 展示了如何使用客户端上带有Web浏览器控件的表单来执行此操作,但是有没有办法在服务器上完成所有操作(因为无论如何,当客户端从某个aspx页面上导航时,我们的过程都是在后台线程中调用的)?

Tia 蒂亚

有关其他链接,请参阅我的评论。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM