What namespace for HtmlDocument

  • Thread starter Thread starter Jacky Luk
  • Start date Start date
HtmlDocument Class

Provides top-level programmatic access to an HTML document hosted by
the WebBrowser control.

Namespace: System.Windows.Forms

- John
 
The only namespace that sports an HtmlDocument class that I know of is Simon
Mourier's HtmlAgilityPack. Is that what you are referring to?

How about:

using HtmlAgilityPack;
with a reference to the assembly in your project?
Peter
 
Dear guys
The compiler complaint if I had missing assembly info
So did not go on with the compilation. The story began with the original
file couldn't be opened in .NET 2002. I used an utility to convert it to
..NET 2002 compatible, so there it is right now
Thanks
Jack
 
Back
Top