Saturday, March 24, 2012

HTML DOM Document?

In VB6 I use the DOMDocument (a component) to access the various parts of a HTML webpage like looping through all the <tables>, <a> and <img> and extract the infomation I need.

Is there a DOMDocument object available in ASP.net? Object like HTMLTable, HTMLAnchor, HTMLIMG.

Thanks in advance.

No comments:

Post a Comment