我们直接使用FileContentResult 类
//将二进制转换成图片 //pic在数据库中的存储类型是 image byte[] pic= FileContentResult file = new FileContentResult(pic, "image/jpg");
Microsoft 官网说明