WebMarkupMin.Core 2.16.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package WebMarkupMin.Core --version 2.16.0
NuGet\Install-Package WebMarkupMin.Core -Version 2.16.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebMarkupMin.Core" Version="2.16.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebMarkupMin.Core --version 2.16.0
#r "nuget: WebMarkupMin.Core, 2.16.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebMarkupMin.Core as a Cake Addin
#addin nuget:?package=WebMarkupMin.Core&version=2.16.0

// Install WebMarkupMin.Core as a Cake Tool
#tool nuget:?package=WebMarkupMin.Core&version=2.16.0

The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.

WebMarkupMin absorbed the best of existing solutions from non-microsoft platforms: Juriy Zaytsev's HTML Minifier (https://github.com/kangax/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (https://github.com/serg472/htmlcompressor) (written in Java).

Minification of markup produces by removing extra whitespaces, comments and redundant code (only for HTML and XHTML). In addition, HTML and XHTML minifiers supports the minification of CSS code from style tags and attributes, and minification of JavaScript code from script tags, event attributes and hyperlinks with javascript: protocol. WebMarkupMin.Core contains built-in JavaScript minifier based on the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier (https://madskristensen.net/blog/Efficient-stylesheet-minification-in-C). The above mentioned minifiers produce only the most simple minifications of CSS and JavaScript code, but you can always install additional modules that support the more powerful algorithms of minification: WebMarkupMin.MsAjax (contains minifier-adapters for the Microsoft Ajax Minifier - https://github.com/microsoft/ajaxmin), WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .NET - https://github.com/YUICompressor-NET/YUICompressor.NET) and WebMarkupMin.NUglify (contains minifier-adapters for the NUglify - https://github.com/trullock/NUglify).

Also supports minification of views of popular JavaScript template engines: KnockoutJS, Kendo UI MVVM and AngularJS 1.X.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40-client is compatible.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on WebMarkupMin.Core:

Package Downloads
WebMarkupMin.AspNet.Common The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

WebMarkupMin.AspNet.Common is auxiliary package, that contains classes and interfaces for all ASP.NET extensions.

WebMarkupMin.NUglify The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

WebMarkupMin.NUglify contains 2 minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code). These adapters perform minification using the NUglify (https://github.com/trullock/NUglify).

AngularTemplates.Compile

ASP.NET MVC bundle and MsBuild task that combine multiple AngularJS templates into one file.

Statiq.Minification

Statiq is a configurable static content generation framework. This library provides support for minification of HTML, CSS and JavaScript content.

Wyam.Minification The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Wyam is a simple to use, highly modular, and extremely configurable static content generator. This library provides support for minification of HTML, CSS and JavaScript content.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on WebMarkupMin.Core:

Repository Stars
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
madskristensen/WebEssentials2013
Visual Studio extension
madskristensen/MiniBlog
A minimal blog engine using Razor Web Pages
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
Version Downloads Last updated
2.16.0 9,459 2/28/2024
2.14.0 338,189 5/24/2023
2.13.9 65,502 4/3/2023
2.13.9-preview1 3,215 3/22/2023
2.13.8 90,109 2/9/2023
2.13.7 22,502 1/28/2023
2.13.6 134,891 1/26/2023
2.13.0 298,804 11/4/2022
2.12.0 145,901 8/22/2022
2.9.0 1,373,238 12/1/2020
2.8.6 193,839 7/3/2020
2.8.5 1,903 6/30/2020
2.8.3 56,703 5/22/2020
2.8.1 326,272 3/14/2020
2.7.1 65,417 11/23/2019
2.7.0 142,547 9/24/2019
2.6.0 174,348 7/30/2019
2.5.8 102,281 5/29/2019
2.5.7 12,815 4/15/2019
2.5.6 27,576 3/7/2019
2.5.5 415,633 11/6/2018
2.5.4 8,074 10/24/2018
2.5.3 2,700 10/13/2018
2.5.1 13,881 8/16/2018
2.5.0 413,184 8/13/2018
2.4.5 10,402 7/9/2018
2.4.0 382,882 5/7/2017
2.3.0 165,755 3/7/2017
2.2.4 51,408 11/26/2016
2.2.3 2,266 11/23/2016
2.2.2 15,200 11/11/2016
2.2.0 20,281 9/27/2016
2.1.0 26,319 7/19/2016
2.0.2 4,633 7/12/2016
2.0.1 2,541 7/9/2016
2.0.0 5,606 6/28/2016
2.0.0-rc9 2,503 6/13/2016
2.0.0-rc8 3,864 5/19/2016
2.0.0-rc7 3,825 5/10/2016
2.0.0-rc6 2,377 4/2/2016
2.0.0-rc2 17,310 12/5/2015
2.0.0-rc1 4,385 11/20/2015
2.0.0-beta5 2,451 10/17/2015
2.0.0-beta4 2,825 9/4/2015
2.0.0-beta2 2,288 8/24/2015
2.0.0-beta1 3,220 8/13/2015
2.0.0-alpha2 2,532 7/31/2015
2.0.0-alpha1 2,318 7/17/2015
1.1.5 8,744 7/9/2016
1.1.4 2,506 6/29/2016
1.1.3 7,377 6/14/2016
1.1.2 2,400 6/13/2016
1.1.0 16,830 4/5/2016
1.0.1 16,527 12/6/2015
1.0.0 21,664 8/26/2015
0.9.12 13,252 4/1/2015
0.9.11 6,259 1/31/2015
0.9.9 4,078 11/25/2014
0.9.8 6,307 10/26/2014
0.9.7 2,567 10/9/2014
0.9.6 2,447 9/30/2014
0.9.4 3,115 9/27/2014
0.9.3 3,091 9/14/2014
0.9.2 10,798 9/11/2014
0.9.1 2,273 9/10/2014
0.9.0 2,724 9/9/2014
0.9.0-beta4 2,213 9/8/2014
0.9.0-beta3 2,084 7/24/2014
0.9.0-beta2 2,074 7/10/2014
0.9.0-beta1 2,654 7/3/2014
0.8.21 4,185 5/27/2014
0.8.20 2,531 5/18/2014
0.8.18 4,044 3/15/2014
0.8.13 6,354 11/26/2013
0.8.11 5,077 9/17/2013
0.8.9 3,470 7/17/2013
0.8.7 2,888 6/5/2013
0.8.6 2,741 5/30/2013
0.8.2 25,190 4/22/2013
0.8.1 4,860 4/20/2013
0.8.0 2,946 4/15/2013
0.7.3-beta1 2,268 4/2/2013
0.7.2-alpha1 2,150 3/28/2013
0.7.1-alpha1 2,260 3/26/2013
0.7.0-alpha1 2,306 3/25/2013

1. Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types;
2. Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types;
3. The `nomodule` attribute is now processed as a Boolean attribute.