r15h1 / teamadmin

0 stars 0 forks source link

Check for null / no image Media.FirstOrDefault() to avoid Internal Server Error #55

Closed r15h1 closed 7 years ago

r15h1 commented 7 years ago

MoveNext in Index.cshtml

                <div class="blog-post effect-lily col-xs-12 col-sm-6 col-md-4 col-lg-3" style="background:url('**_@news.Media.FirstOrDefault().Url?w=400&h=234&mode=crop')_**;  background-size: cover; background-position: center;">
                    <a href="/news/@news.PostId/@news.Title.MakeSEOFriendlyUrl()">
                        <div class="blog-details">
                            <div class="blog-caption text-center">
                                <span>@news.DatePublished.ToString("MMM dd yyyy")</span>
                                <h2>@news.Title</h2>
                                <p>READ MORE</p>