CsQuery 1.3.4

.NET Framework 4.0
There is a newer prerelease version of this package available.
See the version list below for details.
Install-Package CsQuery -Version 1.3.4
dotnet add package CsQuery --version 1.3.4
<PackageReference Include="CsQuery" Version="1.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsQuery --version 1.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CsQuery, 1.3.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install CsQuery as a Cake Addin
#addin nuget:?package=CsQuery&version=1.3.4

// Install CsQuery as a Cake Tool
#tool nuget:?package=CsQuery&version=1.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
1.3.5-beta5 0 06.02.2022
1.3.4 0 06.02.2022

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.

Complete change log:
https://github.com/jamietre/CsQuery/blob/master/source/README.md