Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blazor] Add a way to specify a page as the Notfound fragment #58815

Open
javiercn opened this issue Nov 6, 2024 · 1 comment
Open

[Blazor] Add a way to specify a page as the Notfound fragment #58815

javiercn opened this issue Nov 6, 2024 · 1 comment
Assignees
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

Comments

@javiercn
Copy link
Member

javiercn commented Nov 6, 2024

Differences in handling NotFound: On SSR scenarios this is represented by an endpoint, on the interactive router with a RenderFragment. We should extend the router to take in a NotFoundPage parameter that can be used during SSR and Interactive rendering to display not found content.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label Nov 6, 2024
@mkArtakMSFT mkArtakMSFT added feature-blazor-ssr enhancement This issue represents an ask for new feature or an enhancement to an existing one labels Nov 7, 2024
@mkArtakMSFT mkArtakMSFT added this to the .NET 10 Planning milestone Nov 7, 2024
@danroth27 danroth27 added the Priority:1 Work that is critical for the release, but we could probably ship without label Jan 13, 2025
@javiercn
Copy link
Member Author

javiercn commented Feb 6, 2025

The way we would do this is as follows:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants