Current.Response.Headers.Add("Content-Disposition", "attachment;filename=\"" + fileName + "\""); System.Web.HttpContext.Current.Response.WriteAsync(rt);.
確定! 回上一頁