DialectSoftware.Web
1.0.1
dotnet add package DialectSoftware.Web --version 1.0.1
NuGet\Install-Package DialectSoftware.Web -Version 1.0.1
<PackageReference Include="DialectSoftware.Web" Version="1.0.1" />
paket add DialectSoftware.Web --version 1.0.1
#r "nuget: DialectSoftware.Web, 1.0.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 25,215 | 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.