Is there a jQuery-like CSS/HTML selector that can be used in C#?

Viewed 26503

I'm wondering if there's a jQuery-like css selector that can be used in C#.

Currently, I'm parsing some html strings using regex and thought it would be much nicer to have something like the css selector in jQuery to match my desired elements.

5 Answers
Related