I\'m searching into my database a image as a byte array. I want to show this content as file using the markup image, but it doesn\'t work here.
// C
Make sure The Data you are returning to show as a image is converted to ToBase64String
In your C# code, Use Convert.ToBase64String(imageBytes) and in the view use this