040.NET5_ExceptionFilter
作者:互联网
ExceptionFilter
1. 自定义一个CustomExceptionFilterAttribute,实现IExceptionFilter接口
2. 实现方法,先判断异常是否被处理过。没处理过,就先处理
3. 分情况处理。
如果是ajax请求,就返回JsonResult。否则,返回错误页面
4.全局注册,在Startup中ConfigureServices注册
标记异常特性
view页展示异常错误:
标签:返回,错误,处理,ExceptionFilter,注册,NET5,异常,040 来源: https://www.cnblogs.com/ljg3020/p/14531420.html