@page "/verifying" @using System.ComponentModel.DataAnnotations; @using System.Linq; @using System.Reflection; @attribute [Authorize]
№ | Файл | Название | Дата издания | Авторы | Статус |
---|---|---|---|---|---|
@(counter++) | @articleModel.Value.Filename | @articleModel.Value.Name | @articleModel.Value.PublishDate.ToString("d") | @articleModel.Value.Authors | @GetDisplayName(articleModel.Value.Status) |