在我正在使用的控制器中,我Context.Session.GetString(*KEY*); 有一个需要从会话中存储的几个值中读取的类
Context.Session.GetString(*KEY*);
我以前用这个HttpContext.Current.Session[*KEY*].
HttpContext.Current.Session[*KEY*]
我试过在Stackoverflow和MSDN中搜索没有运气.
session asp.net-core
asp.net-core ×1
session ×1