[Blazor] NavigationManager.NotFound or equivalent API for SSR #58816
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-ssr
triaged
Milestone
Lack of
NavigationManager.NotFound()
or equivalent API for triggeringNotFound
on Blazor applications. This would trigger a 404 response on SSR scenarios that would render theNotFound
page/component and on InteractiveScenarios it would signal any registered callback (the router) the equivalent situation (which would trigger the render)The text was updated successfully, but these errors were encountered: