WebMarkupMin.Core 2.2.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WebMarkupMin.Core --version 2.2.4
                    
NuGet\Install-Package WebMarkupMin.Core -Version 2.2.4
                    
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.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebMarkupMin.Core" Version="2.2.4" />
                    
Directory.Packages.props
<PackageReference Include="WebMarkupMin.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebMarkupMin.Core --version 2.2.4
                    
#r "nuget: WebMarkupMin.Core, 2.2.4"
                    
#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.
#addin nuget:?package=WebMarkupMin.Core&version=2.2.4
                    
Install WebMarkupMin.Core as a Cake Addin
#tool nuget:?package=WebMarkupMin.Core&version=2.2.4
                    
Install WebMarkupMin.Core as a Cake Tool

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 Experimental HTML Minifier (https://github.com/kangax/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (http://code.google.com/p/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 (http://madskristensen.net/post/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://ajaxmin.codeplex.com/), WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .Net - https://github.com/PureKrome/YUICompressor.NET) and WebMarkupMin.NUglify (contains minifier-adapters for the NUglify - https://github.com/xoofx/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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 was computed.  netstandard2.1 was computed. 
.NET Framework net40-client is compatible.  net451 is compatible.  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 (31)

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

Package Downloads
WebMarkupMin.AspNet.Common

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

WebMarkupMin.NUglify

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.

Statiq.Minification

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

AngularTemplates.Compile

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

Wyam.Minification

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 (12)

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.
ErsatzTV/ErsatzTV
Stream custom live channels using your own media
madskristensen/WebEssentials2013
Visual Studio extension
madskristensen/MiniBlog
A minimal blog engine using Razor Web Pages
Version Downloads Last updated
2.17.0 328,699 8/6/2024
2.16.2 31,384 6/26/2024
2.16.1 36,443 6/24/2024
2.16.0 367,461 2/28/2024
2.14.0 513,476 5/24/2023
2.13.9 89,970 4/3/2023
2.13.9-preview1 3,690 3/22/2023
2.13.8 119,751 2/9/2023
2.13.7 40,191 1/28/2023
2.13.6 150,398 1/26/2023
2.13.0 393,567 11/4/2022
2.12.0 186,179 8/22/2022
2.9.0 1,564,872 12/1/2020
2.8.6 214,201 7/3/2020
2.8.5 2,134 6/30/2020
2.8.3 58,985 5/22/2020
2.8.1 347,866 3/14/2020
2.7.1 78,296 11/23/2019
2.7.0 154,168 9/24/2019
2.6.0 203,666 7/30/2019
2.5.8 108,846 5/29/2019
2.5.7 13,943 4/15/2019
2.5.6 31,176 3/7/2019
2.5.5 486,481 11/6/2018
2.5.4 9,159 10/24/2018
2.5.3 3,005 10/13/2018
2.5.1 14,513 8/16/2018
2.5.0 442,169 8/13/2018
2.4.5 10,944 7/9/2018
2.4.0 417,674 5/7/2017
2.3.0 221,420 3/7/2017
2.2.4 55,361 11/26/2016
2.2.3 2,556 11/23/2016
2.2.2 16,353 11/11/2016
2.2.0 23,047 9/27/2016
2.1.0 28,288 7/19/2016
2.0.2 5,036 7/12/2016
2.0.1 2,831 7/9/2016
2.0.0 6,149 6/28/2016
2.0.0-rc9 2,790 6/13/2016
2.0.0-rc8 4,309 5/19/2016
2.0.0-rc7 4,296 5/10/2016
2.0.0-rc6 2,667 4/2/2016
2.0.0-rc2 20,888 12/5/2015
2.0.0-rc1 4,684 11/20/2015
2.0.0-beta5 2,722 10/17/2015
2.0.0-beta4 3,105 9/4/2015
2.0.0-beta2 2,569 8/24/2015
2.0.0-beta1 3,585 8/13/2015
2.0.0-alpha2 2,828 7/31/2015
2.0.0-alpha1 2,588 7/17/2015
1.1.5 9,535 7/9/2016
1.1.4 2,793 6/29/2016
1.1.3 7,706 6/14/2016
1.1.2 2,707 6/13/2016
1.1.0 18,615 4/5/2016
1.0.1 19,574 12/6/2015
1.0.0 23,491 8/26/2015
0.9.12 13,902 4/1/2015
0.9.11 7,040 1/31/2015
0.9.9 4,432 11/25/2014
0.9.8 7,210 10/26/2014
0.9.7 2,851 10/9/2014
0.9.6 2,743 9/30/2014
0.9.4 3,589 9/27/2014
0.9.3 3,377 9/14/2014
0.9.2 11,197 9/11/2014
0.9.1 2,558 9/10/2014
0.9.0 3,038 9/9/2014
0.9.0-beta4 2,527 9/8/2014
0.9.0-beta3 2,361 7/24/2014
0.9.0-beta2 2,347 7/10/2014
0.9.0-beta1 2,975 7/3/2014
0.8.21 4,816 5/27/2014
0.8.20 2,851 5/18/2014
0.8.18 4,382 3/15/2014
0.8.13 6,898 11/26/2013
0.8.11 5,462 9/17/2013
0.8.9 3,824 7/17/2013
0.8.7 3,195 6/5/2013
0.8.6 3,056 5/30/2013
0.8.2 38,822 4/22/2013
0.8.1 5,446 4/20/2013
0.8.0 4,468 4/15/2013
0.7.3-beta1 2,589 4/2/2013
0.7.2-alpha1 2,444 3/28/2013
0.7.1-alpha1 2,566 3/26/2013
0.7.0-alpha1 2,592 3/25/2013

Added the ability to ignore fragments of markup by using the ignoring comment tags (`<!--wmm:ignore--><!--/wmm:ignore-->`).