Skip to content

Commit 4367912

Browse files
committed
Updates
1 parent a3de343 commit 4367912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aspnetcore/blazor/fundamentals/routing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,9 @@ When a component is rendered statically (static SSR) and `NavigationManager.NotF
732732

733733
To provide Not Found content for global interactive rendering, use a Not Found page (Razor component).
734734

735+
> [!NOTE]
736+
> The Blazor project template includes a `NotFound.razor` page by default. This page automatically renders whenever `NavigationManager.NotFound` is called, making it easier to handle missing routes with a consistent user experience.
737+
735738
`NotFound.razor`:
736739

737740
```razor

0 commit comments

Comments
 (0)