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 (5)
Showing the top 5 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. |
|
TRA.EServices.FormBuilder
TRA.EServices.FormBuilder is RAD Helper DLL for TRA Eservices Sitecore Form Builder Consumption |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.10.0 | 6,311 | 5/18/2021 |
2.9.0 | 10,722 | 12/1/2020 |
2.8.1 | 26,142 | 3/14/2020 |
2.7.0 | 14,891 | 9/24/2019 |
2.6.0 | 30,292 | 7/30/2019 |
2.5.0 | 58,038 | 8/13/2018 |
2.4.0 | 103,208 | 5/7/2017 |
2.3.0 | 2,753 | 3/7/2017 |
2.2.2 | 10,392 | 11/11/2016 |
2.2.0 | 2,352 | 9/27/2016 |
2.1.0 | 3,035 | 7/19/2016 |
2.0.0 | 1,649 | 6/28/2016 |
2.0.0-rc8 | 1,256 | 5/19/2016 |
2.0.0-rc1 | 3,227 | 11/20/2015 |
2.0.0-beta5 | 980 | 10/17/2015 |
2.0.0-beta4 | 1,570 | 9/4/2015 |
2.0.0-beta2 | 944 | 8/24/2015 |
2.0.0-beta1 | 1,019 | 8/13/2015 |
2.0.0-alpha2 | 1,119 | 7/31/2015 |
2.0.0-alpha1 | 1,034 | 7/17/2015 |
In markup minification and compression managers was added a new configuration property - `SupportedHttpStatusCodes` (default `200`).