开发者

Is there a .Net wrapper for Firefox or Chrome to crawl webpages? [closed]

As it currently stands, this questi开发者_如何学Con is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Is there a simple .Net wrapper for Firefox or Chrome so that I could implement a web crawler and other web stuff? I might need post-form functionality also.


see: http://code.google.com/p/geckofx/

Gecko is the engine that's used in Firefox.


The Mono project has a .NET webbrowser that allows you to use either the Gecko (Firefox) or Webkit (Chrome, Safari) rendering engines under the hood, exposing either as a clean, well-designed .NET API. See Mono.WebBrowser.


Skybound has released an open source .NET wrapper for Firefox at http://geckofx.org/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜