need an html document class

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,

Just like we have xmldocument for loading and querying xml, do we have any
such class for html ? I was reading about HtmlDocument, but its works with
webbrowser control. I have a html in a string and wants to load to some html
dom class and query and read everything.

Regards,

...ab
 
Abubakar wrote:
st like we have xmldocument for loading and querying xml, do we have any
such class for html ? I was reading about HtmlDocument, but its works with
webbrowser control. I have a html in a string and wants to load to some html
dom class and query and read everything.

There is a third party solution http://www.codeplex.com/htmlagilitypack
 
Back
Top