@Html.ActionLink("My Web Portal", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
  • @Html.ActionLink("Home", "Index", "Home", null, new { @class = "nav-link" })
  • @Html.ActionLink("About", "About", "Home", null, new { @class = "nav-link" })
  • @Html.ActionLink("Contact", "Contact", "Home", null, new { @class = "nav-link" })
@Html.Partial("_LoginPartial")