MVC 6 404 Not Found

前端 未结 6 1469
我在风中等你
我在风中等你 2020-12-06 12:04

Instead of getting a HTTP 404 response, I\'d like to have a generic 404 Not Found page (HTTP 200). I know you can set that up in MVC 5 with



        
6条回答
  •  無奈伤痛
    2020-12-06 12:19

    There is a middleware called StatusCodePagesMiddleware which I believe was added post-Beta3.

    Sample: https://github.com/aspnet/Diagnostics/blob/dev/samples/StatusCodePagesSample/Startup.cs

提交回复
热议问题