-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Blazor] Add a way to specify a page as the Notfound fragment #58815
Copy link
Copy link
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-ssrtriaged
Milestone
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-ssrtriaged
Type
Fields
Give feedbackNo fields configured for Feature.
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 aNotFoundPageparameter that can be used during SSR and Interactive rendering to display not found content.