I need to render some tiles on a normal page. I added a contentarea property to the page and create a tileblock with image and links.
I would like to render it like layout with certain horizontal size * vertical size, e.g. 2*3 or 3*3.
Trying to use this code piece @foreach (var item in Model.MainContentArea.FilteredItems.OfType<BlockData>()) , but do not know how to render the item properly?
Hi experts,
I need to render some tiles on a normal page. I added a contentarea property to the page and create a tileblock with image and links.
I would like to render it like layout with certain horizontal size * vertical size, e.g. 2*3 or 3*3.
Trying to use this code piece @foreach (var item in Model.MainContentArea.FilteredItems.OfType<BlockData>()) , but do not know how to render the item properly?
Any help or idea would be apprecaited.