Returning CSV from .NET Core controller
I'm having trouble having a .NET Core API Controller endpoint resolve to a CSV download. I'm using the following code which I pulled from a .NET 4.5 controller: [HttpGet] [Route("{id:int}&quo...