-
Notifications
You must be signed in to change notification settings - Fork 47
ASP.NET Core 2.X
Taritsyn edited this page Nov 14, 2024
·
3 revisions
WebMarkupMin.AspNetCore2 package is suitable for use in web applications written in ASP.NET Core 2.X.
This package contains one ASP.NET Core Middleware - WebMarkupMinMiddleware
.
Usage of this module practically does not differ from the similar module for ASP.NET Core 1.X. Only instead of the WebMarkupMin.AspNetCore1
namespace, you need to use the WebMarkupMin.AspNetCore2
namespace.
- Core
- External JS and CSS minifiers
- ASP.NET Extensions
- How to upgrade applications to version 2.X
- Additional reading and resources