Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I was trying to use the new NotFoundPage
parameter within .NET 10 which ist described here:
https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-10.0?view=aspnetcore-9.0#blazor-router-has-a-notfoundpage-parameter
However it does not work in fresh new BlazorWebApp. Please see this video for a short demonstration:
2025-06-18.22-49-03.mp4
Expected Behavior
I expect the UI from NotFound.razor
to show up.
Steps To Reproduce
- Create new project
- Open a page via URL which does not exist (for example /test)
Exceptions (if any)
No response
.NET Version
10.0.100-preview.5.25277.114
Anything else?
No response