Display images in ASP.NET Core MVC application that are also exported to pdf using IronPDF library
I am working on displaying an image on a webpage that is exported to a pdf using the IronPDF library. The problem I am having is that changing the img tag in cshtml is causing the image to either display…