FileContentResult is an ActionResult in ASP.
Is there a way to stream a file using ASP.NET MVC FileContentResult within the browser with a specific name? …
asp.net-mvc fileresult filecontentresultI'm generating a CSV from an MVC 3 website and using a FileContentResult to pass this to the user. This worked …
jquery asp.net-mvc-3 model-view-controller filecontentresultI have a controller action that downloads a file from an azure blob based on the container reference name (i.…
c# asp.net-mvc-2 azure-storage-blobs filecontentresultI have an object of type System.Drawing.Image and would like to display this image in a view. What …
asp.net-mvc-3 html-helper filecontentresultSo I'm returning a FileContentResult from an action like this: return File(pck.GetAsByteArray(), "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "MyExcelFile.…
asp.net-mvc internet-explorer filecontentresult