File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22title : Map static files in ASP.NET Core
33author : rick-anderson
44description : Learn how to serve and secure mapped static files and configure static file hosting middleware behaviors in an ASP.NET Core web app.
5- monikerRange : ' >= aspnetcore-8 .0'
5+ monikerRange : ' >= aspnetcore-9 .0'
66ms.author : riande
77ms.custom : mvc
88ms.date : 3/18/2025
99uid : fundamentals/map-static-files
1010---
1111# Map static files in ASP.NET Core
1212
13- :::moniker range=">= aspnetcore-9.0"
13+ <!-- UPDATE 10.0 - Activate at GA
14+
15+ [!INCLUDE[](~/includes/not-latest-version.md)]
16+
17+ -->
1418
1519By [ Rick Anderson] ( https://twitter.com/RickAndMSFT )
1620
@@ -209,5 +213,3 @@ The following code updates `IWebHostEnvironment.WebRootPath` to a non developmen
209213* [ Introduction to ASP.NET Core] ( xref:index )
210214* < xref:blazor/file-uploads >
211215* < xref:blazor/file-downloads >
212-
213- ::: moniker-end
You can’t perform that action at this time.
0 commit comments