ASP.NET Core middleware that adds client-side caching headers to static files.
Info
Version: | 1.0.3 |
Author(s): | Mads Kristensen |
Last Update: | Saturday, June 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madskristensen/WebEssentials.AspNetCore.StaticFilesWithCache |
NuGet Url: | https://www.nuget.org/packages/WebEssentials.AspNetCore.StaticFilesWithCache |
Install
Install-Package WebEssentials.AspNetCore.StaticFilesWithCache
dotnet add package WebEssentials.AspNetCore.StaticFilesWithCache
paket add WebEssentials.AspNetCore.StaticFilesWithCache
WebEssentials.AspNetCore.StaticFilesWithCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.StaticFiles(>= 1.1.3)
- NETStandard.Library(>= 1.6.1)
Tags