@page @model TaxBaik.Web.Pages.Admin.Blog.IndexModel @{ ViewData["Title"] = "블로그"; }
@if (Model.Items.Count == 0) { } else { foreach (var post in Model.Items) { } }
제목 발행 조회수 작성일 작업
@post.Title
@post.Slug
@post.ViewCount @post.CreatedAt.ToString("yyyy-MM-dd") 수정 보기