.net 温故知新【16】:Asp.Net Core WebAPI 筛选器 – XSpringSun – 博客园

来源: .net 温故知新【16】:Asp.Net Core WebAPI 筛选器 - XSpringSun - 博客园 一、筛选器 通过使用筛选器可在请求处理管道中的特定阶段之前或之后运行代码。 这即是我们经常听到的面向切面编程AOP(Aspect Oriented Programming)技术,AOP通过预编译方式和运行期间动态代理实现程序功能的统一维护的一种技术。 筛选器在 ASP.NET
.net 温故知新【16】:Asp.Net Core WebAPI 筛选器 – XSpringSun – 博客园