@using static ConstructorApp.EntityLayer.Entities.Project @using static ConstructorAppUI.Helpers.EnumExtensions @model List @{ ViewData["Title"] = "Index"; Layout = "~/Views/AdminLayout/Index.cshtml"; int count = 0; }

Ana Sayfa Projelerimiz İşlemleri

Yeni Ekle
@if (Model == null || !Model.Any()) { } else { @foreach (var item in Model) { count++; } }
# Oturum Tarihi Başlık Sayfa Adı Lokasyon GoogleMap IFrame Video Url Kapak Görseli Kat Planı Yayın Durumu Proje Durumu İşlemler
Kayıt bulunamadı.
@count @item.Date @item.Title @item.Slug @(item.Location?.Length > 8 ? item.Location.Substring(0, 8) + "..." : item.Location) @(item.GoogleMapIFrame?.Length > 8 ? item.GoogleMapIFrame.Substring(0, 8) + "..." : item.GoogleMapIFrame) @(item.VideoUrl?.Length > 8 ? item.VideoUrl.Substring(0, 8) + "..." : item.VideoUrl) Görsel Görsel @(item.IsActive ? "Aktif" : "Pasif") @item.Status.GetDisplayName() Güncelle Aktif Pasif