一个ASP.NET文件下载类
摘要:public static class FilesDownLoad { private static readonly Dictionary<string, string> MimeDic = new Dictionary<string, string>(); static FilesDownLoad() { MimeDic.Add("text/plain", "txt"); MimeDic.Ad...
阅读全文
posted @
2011-05-05 14:00
流水殇
阅读(811)
推荐(0)