通过  System.Web.HttpContext.Current  获取

public static string ConstractExportExcel(List<ERP_Contract> list, string FilePath)
        {
            //获取Response
            HttpResponse Response = System.Web.HttpContext.Current.Response; 
        }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2022-02-14
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2021-11-13
相关资源
相似解决方案