DialectSoftware.Web 1.0.1

dotnet add package DialectSoftware.Web --version 1.0.1
NuGet\Install-Package DialectSoftware.Web -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DialectSoftware.Web" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DialectSoftware.Web --version 1.0.1
#r "nuget: DialectSoftware.Web, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DialectSoftware.Web as a Cake Addin
#addin nuget:?package=DialectSoftware.Web&version=1.0.1

// Install DialectSoftware.Web as a Cake Tool
#tool nuget:?package=DialectSoftware.Web&version=1.0.1

GET and parse HTML streams over HTTP or HTTPS, resilient to non-well-formed document structures. Query and enumerate DOM structures with IE's object model.

example:

var d = new DialectSoftware.Web.HTMLDOMDocument(new Uri("http://www.yahoo.com/")) as IHTMLDocument2;
Console.WriteLine(d.body.innerText);

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 566 4/15/2013

You will have to add a reference to mshtml.dll  which maybe located at the path C:\Windows\assembly\GAC\Microsoft.mshtml\7.0.3300.0__b03f5f7f11d50a3a\Microsoft.mshtml.dll. Though this path may vary depending on the machine configuration.