CsQuery 1.1.3.1
See the version list below for details.
dotnet add package CsQuery --version 1.1.3.1
NuGet\Install-Package CsQuery -Version 1.1.3.1
<PackageReference Include="CsQuery" Version="1.1.3.1" />
paket add CsQuery --version 1.1.3.1
#r "nuget: CsQuery, 1.1.3.1"
// Install CsQuery as a Cake Addin #addin nuget:?package=CsQuery&version=1.1.3.1 // Install CsQuery as a Cake Tool #tool nuget:?package=CsQuery&version=1.1.3.1
CsQuery is a 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. It includes an HTML parser, a document object model that mimics the browser DOM, and uses a subselect-capable index for fast operation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (57)
Showing the top 5 NuGet packages that depend on CsQuery:
Package | Downloads |
---|---|
Noodles.AspMvc.Templates
Noodles transforms your object model into a web app. Install this library to customise the cshtml template files, or if you don't want to use the EmbeddedResourceVirtualPathProvider to load your views |
|
Noodles.AspMvc.DataTables
Noodles transforms your object modelinto a web app. This is a library to integrate Noodles with AJAX jquery datatables |
|
Pomona.TestHelpers
Help library for tests |
|
Noodles.AspMvc
Noodles transforms your object model into a web app. This assembly contains stuff to make Noodles work with ASP MVC |
|
Bam.Net.Presentation
View layer for Bam.Net |
GitHub repositories (18)
Showing the top 5 popular GitHub repositories that depend on CsQuery:
Repository | Stars |
---|---|
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
|
|
Handlebars-Net/Handlebars.Net
A real .NET Handlebars engine
|
|
etishor/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
|
|
Recognos/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
|
|
TerribleDev/OwinOAuthProviders
OAuth providers for Owin
|
Version | Downloads | Last updated |
---|---|---|
1.3.5-beta5 | 259,003 | 6/4/2013 |
1.3.5-beta3 | 5,136 | 3/8/2013 |
1.3.5-beta2 | 3,477 | 3/5/2013 |
1.3.5-beta1 | 3,134 | 3/5/2013 |
1.3.4 | 5,167,016 | 2/5/2013 |
1.3.4-beta1 | 3,152 | 1/29/2013 |
1.3.3 | 3,993,665 | 1/3/2013 |
1.3.2 | 4,298 | 12/17/2012 |
1.3.1 | 36,755 | 11/8/2012 |
1.3.0 | 8,548 | 10/16/2012 |
1.3.0-beta2 | 3,223 | 10/8/2012 |
1.3.0-beta1 | 3,429 | 9/26/2012 |
1.2.1 | 5,096 | 8/21/2012 |
1.2.0 | 3,823 | 8/8/2012 |
1.1.3.1 | 3,656 | 7/23/2012 |
1.1.3 | 3,582 | 7/17/2012 |
1.1.2.2 | 3,806 | 7/3/2012 |
1.1.2.1 | 3,468 | 6/28/2012 |
1.1.2 | 3,498 | 6/26/2012 |
1.1.1 | 3,466 | 6/15/2012 |
1.1.0 | 3,536 | 6/13/2012 |
1.0.1.30111 | 5,597 | 6/7/2012 |
Version 1.1.3.1 is a bugfix release. Please see the change log for details: https://github.com/jamietre/CsQuery/blob/master/source/README.md
Version 1.1.3 adds an API for extending the pseudoclass selectors, similar to jQuery.expr[':']. It also centralizes configuration options into the CsQuery.Config object.
Release notes for version 1.1.3:
http://blog.outsharked.com/2012/07/csquery-113-released.html
Complete change log:
https://github.com/jamietre/CsQuery/blob/master/source/README.md