Hello,
I'm ran into a few problems when I tried to query my Item's fields/properties with razor in a oaragraph template (.cshtml) of course.
My code is the following..
@{
var img = @GetValue(Item.NameOfProperty) -> In my case var img = @GetValue(Item.Billede) ;
}
and hereafter <img src="@img" etc... />
Am I missing something or do I have a syntax error - I can't quite figure it out.
Thanks :-)