ImageSharp.Web - resize image by querystring in Asp.Net Core 3.1
问题 I am trying to use ImageSharp.Web to resize images through querystring parameters eg: http://localhost:5001/content/photo/img.jpg?width=800&height=600 I created a new MVC Asp.Net Core 3.1 project, installed the packages and followed the Documentation I tried the minimum configuration described and several variations, but it seems that the middleware is not intercepting the image request. I always get the original image and no error is triggered. Am I missing something? What would be the