Is there an object in C# that allows for easy management of HTML DOM?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-20T04:09:28Z Indexed on 2010/04/20 4:13 UTC
Read the original article Hit count: 409

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about dom

Related posts about c#