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 ther...