Using mshtml doesn't work
Right click on References
in your project in Solution Explorer
. Then click Add Reference...
. In Assemblies
type in search 'HTML' and you'll see Microsoft.mshtml
. Add this to your project and you could use HTMLDocument. Good luck
Microsoft.mshtml is in COM tab in Reference Manager and it's named "Microsoft HTML Object Library".