How to display data using card with foreach.Please check this link
https://getbootstrap.com/docs/4.1/components/card/
and this is my code
@foreach (var blogPost in Model.Items)
{
@if (blogPost.ThumbnailImageAsset != null)
{
} else
{

}
}
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted May 14, 2021, 4:17 PM
Varun SetiaPosted May 14, 2021, 7:23 PM