httpWebRequest result to HtmlDocument

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

Hello,

I use HttpWebRequest to strip down code from a web page
and then I save it in a string variable.

I need to create HtmlDocument object from that code in
string variable.

Can anyone give an idea, without opening the page in a
webBrowser, of course :)

Kind regards,

Ivan
 
Back
Top