Example #1
0
        public static void Download(HttpResponse response, string filePath)
        {
            var fileName = PathUtils.GetFileName(filePath);

            Download(response, filePath, fileName);
        }