Does anyone know if there's a library that will allow you to Query the HTML DOM with LINQ?
Something like LINQtoHTML.
Would it be useful to create such a thing if it does not exist yet?
Does anyone know if there's a library that will allow you to Query the HTML DOM with LINQ?
Something like LINQtoHTML.
Would it be useful to create such a thing if it does not exist yet?
The HtmlAgilityPack will let you do this. It's pretty forgiving with malformed HTML, too.