ashx想获取session值 需要继承 IRequiresSessionState接口

 ExcelHelper : IHttpHandler, IRequiresSessionState
public bool IsReusable
        {
            get
            {
                return false;
            }
        }

 

相关文章:

  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-28
相关资源
相似解决方案