An ASP.NET Core middleware helps to remove un wanted whitespaces from your web application and improves page rendering performance.
Info
| Version: | 2.2.1 |
| Author(s): | Anuraj |
| Last Update: | Monday, August 26, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/anuraj/HtmlMinificationMiddleware |
| NuGet Url: | https://www.nuget.org/packages/HtmlMinificationMiddleware |
Install
Install-Package HtmlMinificationMiddleware
dotnet add package HtmlMinificationMiddleware
paket add HtmlMinificationMiddleware
HtmlMinificationMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
Tags