# | 12 |Blog Başlığı | 13 |Oluşturma Tarihi | 14 |Kategori | 15 |Durum | 16 |Sil | 17 |Düzenle | 18 |
---|---|---|---|---|---|---|
@item.BlogID | 23 |@item.BlogTitle | 24 |@item.BlogCreateDate.ToShortDateString() | 25 |@item.Category.CategoryName | 26 |27 | @if (item.BlogStatus == true) 28 | { 29 | Aktif 30 | } 31 | else 32 | { 33 | Pasif 34 | } 35 | | 36 |@Html.ActionLink("Sil","BlogDelete",new {id=item.BlogID },new { @class = "btn btn-outline-danger", onclick = "return confirm('Blog yazısını silmek istediğinize emin misiniz?')" }) | 37 |Düzenle | 38 |
@item.BlogContent.Substring(0,item.BlogContent.Substring(0,130).LastIndexOf(" "))...
46 | Devamını Oku 47 |10 | Lorem Ipsum convallis diam consequat magna vulputate malesuada. id dignissim sapien velit id felis ac cursus eros. 11 | Cras a ornare elit. 12 |
13 | 14 |21 | Lorem Ipsum convallis diam consequat magna vulputate malesuada. id dignissim sapien velit id felis ac cursus eros. 22 | Cras a ornare elit. 23 |
24 |Learn about building Web apps with ASP.NET Core.
8 |Use this page to detail your site's privacy policy.
7 | -------------------------------------------------------------------------------- /BlogProject/Views/Login/Index.cshtml: -------------------------------------------------------------------------------- 1 | 2 | @{ 3 | ViewData["Title"] = "Index"; 4 | Layout = "~/Views/Shared/UserLayout.cshtml"; 5 | } 6 | 7 |Teknoloji,yazılım ve diğer bloglar...
5 | 9 | 10 |13 | @item.CommentContent 14 |
15 | 16 | 17 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | The Development environment shouldn't be enabled for deployed applications. 22 | It can result in displaying sensitive information from exceptions to end users. 23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 24 | and restarting the app. 25 |
26 | -------------------------------------------------------------------------------- /BlogProject/Views/Shared/SignInPartial.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 15 | -------------------------------------------------------------------------------- /BlogProject/Views/Shared/UpMenuPartial.cshtml: -------------------------------------------------------------------------------- 1 | Oops! Page Not Found
44 | 48 | 58 | 59 |Copyright © 2020 All rights reserved.
44 |Copyright © 2020 All rights reserved.
44 |
Yorum Yap
4 |