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).
Info
Version: | 2.17.0 |
Author(s): | Andrey Taritsyn |
Last Update: | Tuesday, August 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Taritsyn/WebMarkupMin |
NuGet Url: | https://www.nuget.org/packages/WebMarkupMin.AspNet4.WebForms |
Install
Install-Package WebMarkupMin.AspNet4.WebForms
dotnet add package WebMarkupMin.AspNet4.WebForms
paket add WebMarkupMin.AspNet4.WebForms
WebMarkupMin.AspNet4.WebForms Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- WebMarkupMin.AspNet4.Common(>= 2.9.0)
- WebMarkupMin.AspNet4.Common(>= 2.9.0)
Tags