I just copied and pasted this tutorial code into my source code on Rider @{ WebImage photo = null; var newFileName = ""; var imagePath = ""; var imageThumbPath = "";
However Rider flags WebImage Helper as non-reconizable symbol. My abysmal Google search does not tell me what to do. No idea which NuGet Package/dependencies is missing on my Rider.
Could anyone kindly point me in the right direction? Is there an alternative to WebImage Helper which just lets my code add the image drop-down button? My Rider does not have the UI overview that lets me add it per drag and drop, just to let you know.