Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions aspnetcore/fundamentals/map-static-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
title: Map static files in ASP.NET Core
author: rick-anderson
description: Learn how to serve and secure mapped static files and configure static file hosting middleware behaviors in an ASP.NET Core web app.
monikerRange: '>= aspnetcore-8.0'
monikerRange: '>= aspnetcore-9.0'
ms.author: riande
ms.custom: mvc
ms.date: 3/18/2025
uid: fundamentals/map-static-files
---
# Map static files in ASP.NET Core

:::moniker range=">= aspnetcore-9.0"
<!-- UPDATE 10.0 - Activate at GA

[!INCLUDE[](~/includes/not-latest-version.md)]

-->

By [Rick Anderson](https://twitter.com/RickAndMSFT)

Expand Down Expand Up @@ -209,5 +213,3 @@ The following code updates `IWebHostEnvironment.WebRootPath` to a non developmen
* [Introduction to ASP.NET Core](xref:index)
* <xref:blazor/file-uploads>
* <xref:blazor/file-downloads>

:::moniker-end
2 changes: 1 addition & 1 deletion aspnetcore/release-notes/aspnetcore-2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For more information, see [in-process hosting for IIS](xref:host-and-deploy/aspn

ASP.NET Core 2.2 introduces a Java Client for SignalR. This client supports connecting to an ASP.NET Core SignalR Server from Java code, including Android apps.

For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2).
For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2&preserve-view=true).

## CORS improvements

Expand Down