摘要: //log4net日志 public static ILoggerRepository repository { get; set; } public Startup(IConfiguration configuration) { Configuration = configuration; rep 阅读全文
posted @ 2021-07-11 23:56 .net&new 阅读(306) 评论(0) 推荐(0)
摘要: .net core 过滤器之Filter 梁身定做 2018-06-18 21:48:34 11028 收藏 5分类专栏: .net core跨平台技术 文章标签: .net core aop 过滤器版权 当我们进行项目开发时,往往在开发过程中需要临时加入一些常用功能性代码,如身份验证、日志记录、异 阅读全文
posted @ 2021-07-11 18:45 .net&new 阅读(68) 评论(0) 推荐(0)