WebMarkupMin.AspNet4.HttpModules
2.10.0
Prefix Reserved
.NET Framework 4.0
Install-Package WebMarkupMin.AspNet4.HttpModules -Version 2.10.0
dotnet add package WebMarkupMin.AspNet4.HttpModules --version 2.10.0
<PackageReference Include="WebMarkupMin.AspNet4.HttpModules" Version="2.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebMarkupMin.AspNet4.HttpModules --version 2.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebMarkupMin.AspNet4.HttpModules, 2.10.0"
#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 WebMarkupMin.AspNet4.HttpModules as a Cake Addin
#addin nuget:?package=WebMarkupMin.AspNet4.HttpModules&version=2.10.0
// Install WebMarkupMin.AspNet4.HttpModules as a Cake Tool
#tool nuget:?package=WebMarkupMin.AspNet4.HttpModules&version=2.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
---|---|
.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.
-
.NETFramework 4.0
- WebMarkupMin.AspNet4.Common (>= 2.10.0)
-
.NETFramework 4.5
- WebMarkupMin.AspNet4.Common (>= 2.10.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.10.0 | 2,069 | 5/18/2021 |
2.9.0 | 407 | 12/1/2020 |
2.8.1 | 1,793 | 3/14/2020 |
2.7.0 | 573 | 9/24/2019 |
2.6.0 | 10,555 | 7/30/2019 |
2.5.0 | 1,205 | 8/13/2018 |
2.4.0 | 5,289 | 5/7/2017 |
2.3.0 | 939 | 3/7/2017 |
2.2.2 | 3,965 | 11/11/2016 |
2.2.0 | 1,094 | 9/27/2016 |
2.1.1 | 828 | 9/7/2016 |
2.1.0 | 835 | 7/19/2016 |
2.0.0 | 898 | 6/28/2016 |
2.0.0-rc8 | 985 | 5/19/2016 |
2.0.0-rc1 | 870 | 11/20/2015 |
2.0.0-beta5 | 705 | 10/17/2015 |
2.0.0-beta4 | 1,338 | 9/4/2015 |
2.0.0-beta2 | 739 | 8/24/2015 |
2.0.0-beta1 | 859 | 8/13/2015 |
2.0.0-alpha2 | 855 | 7/31/2015 |
2.0.0-alpha1 | 839 | 7/17/2015 |
In markup minification and compression managers was added a new configuration property - `SupportedHttpStatusCodes` (default `200`).