@Html.ActionLink("Contoso University", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
- @Html.ActionLink("Home", "Index", "Home")
- @Html.ActionLink("About", "About", "Home")
- @Html.ActionLink("Students", "Index", "Student")
- @Html.ActionLink("Courses", "Index", "Course")
- @Html.ActionLink("Instructors", "Index", "Instructor")
- @Html.ActionLink("Departments", "Index", "Department")