Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.