Skip to content

Commit 4238c47

Browse files
authored
Route template highlighting (#34731)
1 parent 7215b0d commit 4238c47

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
149 KB
Loading

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ For more information, see the following resources:
2323

2424
* <xref:blazor/project-structure?view=aspnetcore-10.0#location-of-the-blazor-script>
2525
* <xref:blazor/fundamentals/static-files?view=aspnetcore-10.0>
26+
27+
### Route template highlights
28+
29+
The [`[Route]` attribute](xref:Microsoft.AspNetCore.Components.RouteAttribute) now supports route syntax highlighting to help visualize the structure of the route template:
30+
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)

0 commit comments

Comments
 (0)