How do you parse an HTML in vb.net

Posted by tooleb on Stack Overflow See other posts from Stack Overflow or by tooleb
Published on 2009-02-05T16:59:56Z Indexed on 2010/04/09 3:53 UTC
Read the original article Hit count: 551

I would like to know if there is a simple way to parse HTML in vb.net. I know that HTML is not sctrict subset of XML, but it would be nice if it could be treated that way. Is there anything out there that would let me parse HTML in an XML-like way in VB.net?

© Stack Overflow or respective owner

Related posts about html

Related posts about parse