ASP.NET Core provides the status code pages middleware, that supports several different extension methods, but we are interesting in UseStatusCodePages and UseStatusCodePagesWithRedirects:
UseStatusCodePages adds a StatusCodePages middleware with the given options that checks for responses with...