WebMarkupMin.AspNet4.Common
2.10.0
Prefix Reserved
Install-Package WebMarkupMin.AspNet4.Common -Version 2.10.0
dotnet add package WebMarkupMin.AspNet4.Common --version 2.10.0
<PackageReference Include="WebMarkupMin.AspNet4.Common" Version="2.10.0" />
paket add WebMarkupMin.AspNet4.Common --version 2.10.0
#r "nuget: WebMarkupMin.AspNet4.Common, 2.10.0"
// Install WebMarkupMin.AspNet4.Common as a Cake Addin
#addin nuget:?package=WebMarkupMin.AspNet4.Common&version=2.10.0
// Install WebMarkupMin.AspNet4.Common as a Cake Tool
#tool nuget:?package=WebMarkupMin.AspNet4.Common&version=2.10.0
WebMarkupMin.AspNet4.Common is auxiliary package, that contains classes for ASP.NET 4.X extensions.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- WebMarkupMin.AspNet.Common (>= 2.10.0)
-
.NETFramework 4.5
- WebMarkupMin.AspNet.Common (>= 2.10.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on WebMarkupMin.AspNet4.Common:
Package | Downloads |
---|---|
WebMarkupMin.AspNet4.Mvc
WebMarkupMin.AspNet4.Mvc contains 4 action filters: `MinifyHtmlAttribute` (for minification of HTML code), `MinifyXhtmlAttribute` (for minification of XHTML code), `MinifyXmlAttribute` (for minification of XML code) and `CompressContentAttribute` (for compression of text content by using GZIP or Deflate). |
|
Bnsights.Mvc2
Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF). |
|
WebMarkupMin.AspNet4.HttpModules
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). |
|
WebMarkupMin.AspNet4.WebForms
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.10.0 | 9,891 | 5/18/2021 |
2.9.0 | 11,135 | 12/1/2020 |
2.8.1 | 28,392 | 3/14/2020 |
2.7.0 | 16,481 | 9/24/2019 |
2.6.0 | 31,688 | 7/30/2019 |
2.5.0 | 61,691 | 8/13/2018 |
2.4.0 | 108,398 | 5/7/2017 |
2.3.0 | 3,064 | 3/7/2017 |
2.2.2 | 10,950 | 11/11/2016 |
2.2.0 | 2,449 | 9/27/2016 |
2.1.0 | 3,377 | 7/19/2016 |
2.0.0 | 1,742 | 6/28/2016 |
2.0.0-rc8 | 1,287 | 5/19/2016 |
2.0.0-rc1 | 3,261 | 11/20/2015 |
2.0.0-beta5 | 1,009 | 10/17/2015 |
2.0.0-beta4 | 1,602 | 9/4/2015 |
2.0.0-beta2 | 980 | 8/24/2015 |
2.0.0-beta1 | 1,055 | 8/13/2015 |
2.0.0-alpha2 | 1,150 | 7/31/2015 |
2.0.0-alpha1 | 1,062 | 7/17/2015 |
In markup minification and compression managers was added a new configuration property - `SupportedHttpStatusCodes` (default `200`).