摘要: 授权过滤器 public class CheckAuthorizeAttribute : AuthorizeAttribute { public override void OnAuthorization(HttpActionContext actionContext) { if (((Reflec 阅读全文
posted @ 2022-03-11 09:54 奇迹之耀 阅读(123) 评论(0) 推荐(0)