Jquery – FileContentResult return – 2 different controller methods, different result
I am using ASP.NET Core and ClosedXML to generate an Excel export. Export Method 1 Here is the controller method that DOES return an .xlsx file to the browser. The method gets called from a .cshtml page: <form id="downloadLoanEvents" asp-action="DownloadLoanEventsLog"…