Tagged Questions

17
votes
1answer
2k views

What's the difference between the four File Results in ASP.NET MVC

ASP.NET has four different types of file results: FileContentResult: Sends the contents of a binary file to the response. FilePathResult: Sends the contents of a file to the response FileResult: ...