@model HN.Application.AddLinkCommand @{ ViewData["Title"] = "Post a new link"; }
@Html.LabelFor(m => m.Url) @Html.EditorFor(m => m.Url) @Html.ValidationMessageFor(m => m.Url)