[Blazor] Add a way to specify a page as the Notfound fragment #58815
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
Priority:1
Work that is critical for the release, but we could probably ship without
triaged
Milestone
Differences in handling
NotFound
: On SSR scenarios this is represented by an endpoint, on the interactive router with aRenderFragment
. We should extend the router to take in aNotFoundPage
parameter that can be used during SSR and Interactive rendering to display not found content.The text was updated successfully, but these errors were encountered: