@page @model Admin.Pages.Crypto.News.ArticlesModel @{ ViewData["Title"] = "뉴스 관리"; }
|
|
소스 | 제목 | 작성자 | 발행일 | 수집일 |
|---|---|---|---|---|---|
| No Data. | |||||
|
|
@row.FeedSourceName | @if (!string.IsNullOrEmpty(row.Link)) { @row.Title } else { @row.Title } | @(row.Author ?? "-") | @row.PublishedAt | @row.CreatedAt |