C# Parsing html for general use?

Posted by Wardy on Stack Overflow See other posts from Stack Overflow or by Wardy
Published on 2010-05-21T10:06:37Z Indexed on 2010/05/21 10:10 UTC
Read the original article Hit count: 260

Filed under:
|
|

What is the best way to take a string of html and turn it in to something useful?

Essentially if i take a url and go get the html from that url in .net i get a response but this would come in the form of either a file or stream or string.

What if i want an actual document or something I can crawl like an xmldocument object?

I have some thoughts and an already implemented solution on this but I am interested to see what the community thinks about this.

© Stack Overflow or respective owner

Related posts about html

Related posts about c#