hn-dotnet/Apps/Website/Views/Links/_LinkItem.cshtml
2020-12-09 11:03:45 +01:00

3 lines
158 B
Plaintext

@model HN.Application.LinkDTO
<a asp-action="Show" asp-controller="Links" asp-route-id="@Model.Id">@Model.Url - created at @Model.CreatedAt.ToLocalTime()</a>