摘要: 一、AbpSession是Session吗? 1、首先来看看它们分别对应的类型是什么? 查看源码发现Session是定义在Controller中的类型为HttpSessionStateBase的属性。public HttpSessionStateBase Session { get; set; } 阅读全文
posted @ 2020-01-16 16:23 瘋孑 阅读(228) 评论(0) 推荐(0) 编辑