does anyone have an example of a partial view usage of this... sorry for being thick, but i just cannot figure this thing out.
to add some context, i am trying to loop through nodes iPublished content, and display an icon with some other node details... typically i would just use item.GetPropertyValue("eventIcon") but that gives me a newton error... sorry, for being thick.
how to use in a partial?
does anyone have an example of a partial view usage of this... sorry for being thick, but i just cannot figure this thing out.
to add some context, i am trying to loop through nodes iPublished content, and display an icon with some other node details... typically i would just use item.GetPropertyValue("eventIcon") but that gives me a newton error... sorry, for being thick.
thanks in advance.
Which version are you using? In 1.6 we released a fix for some json issues.
UPDATE: I just tried this with that version and it works ok:
Products.cshtml
_Product.cshtml
is working on a reply...