Skip to content

Update the Blazor CRUD scaffolder for .NET 10 to use NavigationManager.NotFound() #3168

@danroth27

Description

@danroth27

In .NET 10 we're adding proper support to Blazor for generating Not Found responses. We should update the Blazor CRUD scaffolder to call NavigationManager.NotFound() instead of the current hack of redirecting to a nonexistent page using NavigationManager.NavigateTo("notfound").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions