views:

80

answers:

1

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

+3  A: 
<img src="<%-- URL to the route which returns the FSR --%>"/>
Will