2005-07-25から1日間の記事一覧

ダウンロード

ASP.NETでファイルのダウンロード。 Response.ContentType = "application/vnd.ms-excel-csv"; Response.AddHeader("Content-Disposition", "attachment; filename=\"abc.csv\""); Response.Write("abc\n"); Response.End();