zsharp
zsharp

Reputation: 13756

How do I display a FileStreamResult image in the view?

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

Upvotes: 1

Views: 2114

Answers (1)

user1228
user1228

Reputation:

<img src="<%-- URL to the route which returns the FSR --%>"/>

Upvotes: 5

Related Questions