Getting DocumentSteam for html websites without using a Winforms WebBrowser control for parsing?
Is this possible? I would like to create some types like:
HtmlDocument doc = new HtmlDocument ("http://www.ms.com");
DocumentStream ds = doc.GetFullStream();
...
Also if possible, please post code.