The type or namespace name 'IWebHostEnvironment' could not be found (are you missing a using directive or an assembly reference?)
In .net 9, I was using IWebEnvironment to store the image file location in wwroot/images/banners. It should be readable in Asp.net core, but it is not readable. I don't understand why.