通过  System.Web.HttpContext.Current  获取

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

 

相关文章: