ASP.Net MVC - Display an image and a link to a new tab
I encountered a problem displaying images in an ASP.Net MVC application: images had to be displayed in the application, stored on an external server.
The second User Story: we had to be able to access the original image by clicking on the displayed image, a click resulting in the opening of a new tab.
To achieve the result, I had to develop an Html Helper.