@inject ContactManagementAPI.Services.UserContextService UserContext @model ContactManagementAPI.Models.Contact @{ ViewData["Title"] = $"Documents - {Model.FirstName} {Model.LastName}"; }
No documents attached. Upload your first document!
| File Name | Type | Size | Uploaded | Actions |
|---|---|---|---|---|
| @doc.FileName | @doc.DocumentType | @FormatFileSize(doc.FileSize) | @doc.UploadedAt.ToString("dd/MM/yyyy HH:mm") | Download @if (UserContext.HasRight(RightsCatalog.DocumentsManage)) { } |