How do I display a FileStreamResult image in the view?

Posted by zsharp on Stack Overflow See other posts from Stack Overflow or by zsharp
Published on 2010-03-27T21:10:27Z Indexed on 2010/03/27 21:13 UTC
Read the original article Hit count: 255

Filed under:
|

I passed a FileStreamResult image to a View. How do I render the image?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about ASP.NET