Reputation: 13756
I passed a FileStreamResult image to a View. How do I render the image?
Upvotes: 1
Views: 2114
Reputation:
<img src="<%-- URL to the route which returns the FSR --%>"/>
Upvotes: 5