Skip to content

Commit 0639f2e

Browse files
authored
Fix route template highlighting image (#34891)
1 parent 4497955 commit 0639f2e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: rick-anderson
44
description: Learn about the new features in ASP.NET Core 10.0.
55
ms.author: riande
66
ms.custom: mvc
7-
ms.date: 2/12/2025
7+
ms.date: 3/5/2025
88
uid: aspnetcore-10
99
---
1010
# What's new in ASP.NET Core 10.0
-139 KB
Loading

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, see the following resources:
2828

2929
The [`[Route]` attribute](xref:Microsoft.AspNetCore.Components.RouteAttribute) now supports route syntax highlighting to help visualize the structure of the route template:
3030

31-
![Route template pattern for the Order ID is highlighted in a method that maps endpoints](~/release-notes/aspnetcore-10/_static/route-template-highlighting.png)
31+
![Route template pattern of a route attribute for the movie entity ID shows syntax highlighting](~/release-notes/aspnetcore-10/_static/route-template-highlighting.png)
3232

3333
<!-- PREVIEW 2
3434

0 commit comments

Comments
 (0)