ASP.NET Core 8.0 Web API : returning CSV file wont set file encoding as “Window-1256” encoding
My goal is to return a .CSV
file which contains Persian text characters from an ASP.NET Core 8.0 Web API controller action method as a FileContentResult
.