.NET Core & Download File: Use PhysicalFileResult, Not FileContentResult
While writing my Journal App to show how to use my Sqlstone framework, I wanted to allow the end user to download her Sqlite database. I wrote up a very simple Controller method which looked like the following: [HttpPost] public…