dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.52k stars 25.3k forks source link

Optimizing static web asset delivery #32782

Closed Rick-Anderson closed 1 month ago

Rick-Anderson commented 2 months ago

Description

See issue: Optimizing static web asset delivery

Page URL

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-9.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/static-files.md

Document ID

3fec6e08-fc99-7a5c-796f-3f2347cad891

Article author

@Rick-Anderson


Associated WorkItem - 262166

guardrex commented 2 months ago

BTW for when this is reached ... Map Static Assets Middleware will also be linked in the middleware table at ...

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-9.0

Rick-Anderson commented 1 month ago

Fixed in #33050