XB.WebMarkupMin.Core
2.8.6
dotnet add package XB.WebMarkupMin.Core --version 2.8.6
NuGet\Install-Package XB.WebMarkupMin.Core -Version 2.8.6
<PackageReference Include="XB.WebMarkupMin.Core" Version="2.8.6" />
paket add XB.WebMarkupMin.Core --version 2.8.6
#r "nuget: XB.WebMarkupMin.Core, 2.8.6"
// Install XB.WebMarkupMin.Core as a Cake Addin
#addin nuget:?package=XB.WebMarkupMin.Core&version=2.8.6
// Install XB.WebMarkupMin.Core as a Cake Tool
#tool nuget:?package=XB.WebMarkupMin.Core&version=2.8.6
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40-client net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- AdvancedStringBuilder (>= 0.1.0)
-
.NETFramework 4.0 Client
- AdvancedStringBuilder (>= 0.1.0)
- PolyfillsForOldDotNet.System.Buffers (>= 0.1.1)
-
.NETFramework 4.5
- AdvancedStringBuilder (>= 0.1.0)
- System.Buffers (>= 4.0.0)
-
.NETStandard 1.3
- AdvancedStringBuilder (>= 0.1.0)
- NETStandard.Library (>= 1.6.0)
- System.Buffers (>= 4.0.0)
-
.NETStandard 2.0
- AdvancedStringBuilder (>= 0.1.0)
- System.Buffers (>= 4.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XB.WebMarkupMin.Core:
Package | Downloads |
---|---|
XB.WebMarkupMin.AspNet.Common
WebMarkupMin.AspNet.Common is auxiliary package, that contains classes and interfaces for all ASP.NET extensions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.8.6 | 2,510 | 9/20/2020 |
Improved a performance of the class directive processing.