WebMarkupMin.AspNet4.WebForms
2.10.0
Prefix Reserved
Install-Package WebMarkupMin.AspNet4.WebForms -Version 2.10.0
dotnet add package WebMarkupMin.AspNet4.WebForms --version 2.10.0
<PackageReference Include="WebMarkupMin.AspNet4.WebForms" Version="2.10.0" />
paket add WebMarkupMin.AspNet4.WebForms --version 2.10.0
#r "nuget: WebMarkupMin.AspNet4.WebForms, 2.10.0"
// Install WebMarkupMin.AspNet4.WebForms as a Cake Addin
#addin nuget:?package=WebMarkupMin.AspNet4.WebForms&version=2.10.0
// Install WebMarkupMin.AspNet4.WebForms as a Cake Tool
#tool nuget:?package=WebMarkupMin.AspNet4.WebForms&version=2.10.0
WebMarkupMin.AspNet4.WebForms contains 5 Web Forms page classes: `MinifiedHtmlPage` (supports HTML minification only), `MinifiedXhtmlPage` (supports XHTML minification only), `CompressedPage` (supports HTTP compression only), `MinifiedAndCompressedHtmlPage` (supports HTML minification and HTTP compression) and `MinifiedAndCompressedXhtmlPage` (supports XHTML minification and HTTP compression); and 5 master page classes: `MinifiedHtmlMasterPage` (supports HTML minification only), `MinifiedXhtmlMasterPage` (supports XHTML minification only), `CompressedMasterPage` (supports HTTP compression only), `MinifiedAndCompressedHtmlMasterPage` (supports HTML minification and HTTP compression) and `MinifiedAndCompressedXhtmlMasterPage` (supports XHTML minification and HTTP compression).
Classes of the Web Forms pages and master pages cannot be used together.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.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 | 928 | 5/18/2021 |
2.9.0 | 626 | 12/1/2020 |
2.8.1 | 1,992 | 3/14/2020 |
2.7.0 | 689 | 9/24/2019 |
2.6.0 | 1,818 | 7/30/2019 |
2.5.0 | 3,932 | 8/13/2018 |
2.4.0 | 5,759 | 5/7/2017 |
2.3.0 | 763 | 3/7/2017 |
2.2.2 | 1,068 | 11/11/2016 |
2.2.0 | 946 | 9/27/2016 |
2.1.0 | 825 | 7/19/2016 |
2.0.0 | 792 | 6/28/2016 |
2.0.0-rc8 | 736 | 5/19/2016 |
2.0.0-rc3 | 879 | 2/23/2016 |
2.0.0-rc1 | 776 | 11/20/2015 |
2.0.0-beta5 | 730 | 10/17/2015 |
2.0.0-beta4 | 730 | 9/4/2015 |
2.0.0-beta2 | 730 | 8/24/2015 |
2.0.0-beta1 | 709 | 8/13/2015 |
2.0.0-alpha2 | 857 | 7/31/2015 |
2.0.0-alpha1 | 745 | 7/17/2015 |
In markup minification and compression managers was added a new configuration property - `SupportedHttpStatusCodes` (default `200`).