CsQueryLatest 1.3.5.210
dotnet add package CsQueryLatest --version 1.3.5.210
NuGet\Install-Package CsQueryLatest -Version 1.3.5.210
<PackageReference Include="CsQueryLatest" Version="1.3.5.210" />
paket add CsQueryLatest --version 1.3.5.210
#r "nuget: CsQueryLatest, 1.3.5.210"
// Install CsQueryLatest as a Cake Addin #addin nuget:?package=CsQueryLatest&version=1.3.5.210 // Install CsQueryLatest as a Cake Tool #tool nuget:?package=CsQueryLatest&version=1.3.5.210
CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 & CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. The majority of the jQuery test suite (as of 1.6.2) has been ported to C#.
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.3.5.210 | 6,844 | 5/15/2018 |
Version 1.3.5.210 is compiled and published on the basis of the last commit by the author.The last commit time is 2015/12/15 11:32:17.
Version 1.3 is a major release. It implements a new C# port of the validator.nu HTML5 parser, a fully HTML5 compliant HTML parser.
Version 1.3.2 now handles the character set encoding properly when using HTTP get methods, as well as an encoding specified in META tags. It also contains bug fixes.
If OuterHtml or InnerHtml appears messy code like ь, add the following code before use CQ class:
CsQuery.Config.HtmlEncoder = CsQuery.HtmlEncoders.None;
Complete change log:
https://github.com/jamietre/CsQuery/blob/master/source/README.md