Top "Filestreamresult" questions

ASP.NET MVC FileStreamResult, fileDownloadName is not used

The following returns a PDF which the browser tries to directly display inline. This works correctly. However, if I try …

asp.net-mvc pdf-generation filestreamresult
c# Asp.NET MVC downloading excel file using FileStreamResult

I need to build a method, that will receive model, build excel from it (building and receiving part is done …

c# asp.net-mvc-4 filestreamresult
ASP.NET MVC FileStreamResult not working as intended

I have the following code which I stripped out of any non-essential lines to leave the minimun reproducable case. What …

asp.net-mvc stream filestreamresult
With FileStreamResult, how is the MemoryStream closed?

The following code works, but I'm wondering if the MemoryStream created is closed properly. How should this be performed or …

.net asp.net-mvc-3 memorystream filestreamresult
Stream MP3 file MVC3

I am trying to stream a file using the audio HTML5 tag. I have put the Controller action to return …

asp.net-mvc-3 html filestreamresult