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
I am trying to extrac a specific image
from the media gallery - but don“t get the full url I guess it is simple..
'Any hints appreciated
@{
var media = Model.MediaById(1337);
<img src="@media.umbracoFile"/>
}
- returns : <img src=" media 3816 bruger1.png">
@media.Url
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Razor: img url
I am trying to extrac a specific image
from the media gallery - but don“t get the full url I guess it is simple..
'Any hints appreciated
@{
var media = Model.MediaById(1337);
<img src="@media.umbracoFile"/>
}
- returns : <img src=" media 3816 bruger1.png">
@media.Url
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.