Questions tagged [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#. Here is its official github.

69 questions
2
votes
1 answer

Speeding up CsQuery selectors by using html substring

I want to parse some complex/heavy HTML pages. I recently read about CsQuery and checked the performance comparation of CsQuery Vs Html Agility Pack and Fizzler . According to these tests, CsQuery turns to be slower when creating the DOM due to its…
VMh
  • 1,300
  • 1
  • 13
  • 19
1
vote
1 answer

C# - How to parse very irregular file using CsQuery

I receive a very irregular HTML file. 9mins