.NET 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 by an WebAPI Controller action as a FileContentResult
.
My goal is to return a CSV file which contains Persian text characters by an WebAPI Controller action as a FileContentResult
.