コード例 #1
0
ファイル: PageUtils.cs プロジェクト: justgohead/cms-1
        public static void Download(HttpResponse response, string filePath)
        {
            var fileName = PathUtils.GetFileName(filePath);

            Download(response, filePath, fileName);
        }