From 1695197bb46dfdee9a8bbfc80f924879b776f278 Mon Sep 17 00:00:00 2001 From: VahidN Date: Tue, 29 May 2018 20:24:51 +0430 Subject: [PATCH] Ajax Download --- .../Views/Home/Index.cshtml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/EPPlus.Core.SampleWebApp/Views/Home/Index.cshtml b/src/EPPlus.Core.SampleWebApp/Views/Home/Index.cshtml index 09d5ef0..1d6c590 100644 --- a/src/EPPlus.Core.SampleWebApp/Views/Home/Index.cshtml +++ b/src/EPPlus.Core.SampleWebApp/Views/Home/Index.cshtml @@ -26,3 +26,31 @@ + +
+ Handling Blob Responses + +
+ +@section Scripts +{ + +} \ No newline at end of file