zhaoyl9

引用命名空间

using System.Web.SessionState;

继承接口:IRequiresSessionState

获取Session

string Creator = context.Session["operName"] == null ? "" : context.Session["operName"].ToString();

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2021-12-11
  • 2021-08-30
  • 2021-12-13
  • 2022-02-21
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案