CsQuery 犀利的html代码分析库,像jq一样用c#处理html

github地址:https://github.com/jamietre/CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.

CsQuery is a jQuery port for .NET 4. It implements all CSS2 & CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. The majority of the jQuery test suite (as of 1.6.2) has been ported to C#.

具体怎么使用代码里面有demo,下载:

https://github.com/jamietre/CsQuery/archive/master.zip



你可能感兴趣的:(css选择器,CsQuery,html分析)