立即查找
查询结果:共 2 条数据,用时 0.015683 秒

.Net Core 3 在非控制器使用Session

时间:2020/9/2 9:54:57   浏览:1805

[详细] 作者:outlela

.Net Core 3 在非控制器使用HttpContext.Current/Session

时间:2020/8/30 16:34:14   浏览:2517

.NET CORE 3 中已经没有HttpContext.Current,如果要使用,需要扩展IHttpContextAccessor来达到使用的目的。

[详细] 作者:outlela