c# parse/fetch data from html jquery/css-selector like? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question 开发者_StackOverflowI am looking for a class or way to parse a string containing a html-document the way I can do it with jquery:
So the main thing I need are css selectors.
I want to get all links, or get all div elements (that are child of a special other element) and things like that.
Are there tools to do these things?
精彩评论