@model AttributeRoutingDemoInMVC.Models.Student @{ ViewBag.Title = "GetStudentByID"; }

GetStudentByID

Student


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.Id)
@Html.DisplayFor(model => model.Id)