ASP.NET MVC 3 Controller for Serving Images

added by schwarty
9/29/2011 8:55:00 AM

218 Views

Gain more control over images within an ASP.NET MVC 3 project by creating a controller to handle delivering image file data to the response stream.


1 comments

dpeterson
9/29/2011 8:55:54 AM
Very nice, thanks for the working example and the walkthrough of the code.