摘要:
// 同一个action上多个actionfilter 会按照 顺序调用 OnActionExecuting 事件, 注意 OnActionExecuting 发生在 Model参数绑定之后,可以在OnActionExecuting 里面验证 actionContext.ModelState.IsV 阅读全文
摘要:
AuthorizationFilterAttribute 判定逻辑 重写在 OnAuthorization 里面 获取 请求验证的头信息 using System; using System.Collections.Generic; using System.Linq; using System.N 阅读全文