I was trying to use HtmlDocument and a given url to pull in the html contents of a website to use. However there is no constructor for HtmlDocument and it’s Url property is readonly.
Is there any way to create an object that contains the entire DOM for a given url?
Thanks,
Matt
http://msdn.microsoft.com/en-us/library/system.windows.forms.htmldocument.aspx