Is there an object in C# that allows for easy management of HTML DOM?
- by Matt
Hi,
If I have a string that contains the html from a page I just got returned from an HTTP Post, how can I turn that into something that will let me easily traverse the DOM?
I figured HtmlDocument object would make sense, but it has no constructor. Are there any types that allow for easy management of HTML DOM?
Thanks,
Matt