.net 正在中止线程

HttpContext.Current.Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
                HttpContext.Current.Response.AddHeader("content-disposition", string.Format("attachment;  filename={0}.xlsx", HttpUtility.UrlEncode(strFileName, Encoding.UTF8)));
                HttpContext.Current.Response.ContentEncoding = Encoding.UTF8;

                HttpContext.Current.Response.Buffer = true;
                HttpContext.Current.Response.Clear();
                HttpContext.Current.Response.BinaryWrite(pck.GetAsByteArray());

                //HttpContext.Current.ApplicationInstance.CompleteRequest();
                HttpContext.Current.Response.End();

导出异常 点击调用方式不对,点击事件更改触发方式( EnableAjax="false")|| href=“方法”。

posted @ 2019-10-22 15:49  Jay_RocKing  阅读(193)  评论(0编辑  收藏  举报