London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.