WebMarkupMin.AspNet4.HttpModules
2.5.0
Prefix Reserved
See the version list below for details.
dotnet add package WebMarkupMin.AspNet4.HttpModules --version 2.5.0
NuGet\Install-Package WebMarkupMin.AspNet4.HttpModules -Version 2.5.0
<PackageReference Include="WebMarkupMin.AspNet4.HttpModules" Version="2.5.0" />
paket add WebMarkupMin.AspNet4.HttpModules --version 2.5.0
#r "nuget: WebMarkupMin.AspNet4.HttpModules, 2.5.0"
// Install WebMarkupMin.AspNet4.HttpModules as a Cake Addin #addin nuget:?package=WebMarkupMin.AspNet4.HttpModules&version=2.5.0 // Install WebMarkupMin.AspNet4.HttpModules as a Cake Tool #tool nuget:?package=WebMarkupMin.AspNet4.HttpModules&version=2.5.0
WebMarkupMin.AspNet4.HttpModules contains 4 HTTP-modules: `HtmlMinificationModule` (for minification of HTML code), `XhtmlMinificationModule` (for minification of XHTML code), `XmlMinificationModule` (for minification of XML code) and `HttpCompressionModule` (for compression of text content by using GZIP or Deflate).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
.NETFramework 4.0
- WebMarkupMin.AspNet4.Common (>= 2.5.0)
-
.NETFramework 4.5
- WebMarkupMin.AspNet4.Common (>= 2.5.0)
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 |
---|---|---|
2.17.0 | 149 | 8/6/2024 |
2.16.0 | 2,937 | 2/28/2024 |
2.12.0 | 1,268 | 8/22/2022 |
2.10.0 | 2,514 | 5/18/2021 |
2.9.0 | 1,589 | 12/1/2020 |
2.8.1 | 4,168 | 3/14/2020 |
2.7.0 | 827 | 9/24/2019 |
2.6.0 | 10,879 | 7/30/2019 |
2.5.0 | 1,576 | 8/13/2018 |
2.4.0 | 6,230 | 5/7/2017 |
2.3.0 | 1,227 | 3/7/2017 |
2.2.2 | 5,837 | 11/11/2016 |
2.2.0 | 1,380 | 9/27/2016 |
2.1.1 | 1,111 | 9/7/2016 |
2.1.0 | 1,090 | 7/19/2016 |
2.0.0 | 1,205 | 6/28/2016 |
2.0.0-rc8 | 1,161 | 5/19/2016 |
2.0.0-rc1 | 1,060 | 11/20/2015 |
2.0.0-beta5 | 870 | 10/17/2015 |
2.0.0-beta4 | 1,524 | 9/4/2015 |
2.0.0-beta2 | 904 | 8/24/2015 |
2.0.0-beta1 | 1,043 | 8/13/2015 |
2.0.0-alpha2 | 1,016 | 7/31/2015 |
2.0.0-alpha1 | 1,042 | 7/17/2015 |
1. Added support of .NET Framework 4.5;
2. Now the `NullLogger` class is used as the default logger;
3. Now, by default, the GZip algorithm has a higher priority than the Deflate.