C# Parsing html for general use?
- by Wardy
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.