Info
Version: | 5.0.1 |
Author(s): | HT |
Last Update: | Sunday, December 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HT.Minify |
Install
Install-Package HT.Minify
dotnet add package HT.Minify
paket add HT.Minify
HT.Minify Download (Unzip the "nupkg" after downloading)
Dependencies
- WebMarkupMin.AspNetCore5(>= 2.9.1)
Tags
Config in Startup.cs:
- void ConfigureServices: services.AddMinResponse();
- void Configure: app.UseMinResponse();.