Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Sorry if this comes across as a stupid question but, how do i gte an image to render in razor?
@{ uImageGenerator.Web.Handler imageHandler = new uImageGenerator.Web.Handler(); } @imageHandler.GenerateImage(media.NiceUrl(), width: 21, height: 324, crop: true)
that just spits out: System.Drawing.Bitmap
Im probabbly doing something stupid here i know, any ideas?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get an image in Razor?
Sorry if this comes across as a stupid question but, how do i gte an image to render in razor?
@{
uImageGenerator.Web.Handler imageHandler = new uImageGenerator.Web.Handler();
}
@imageHandler.GenerateImage(media.NiceUrl(), width: 21, height: 324, crop: true)
that just spits out: System.Drawing.Bitmap
Im probabbly doing something stupid here i know, any ideas?
is working on a reply...