To specify a model for the View, we can using @model statement at the top of the View page.
@model MVCTraining5.Models.PersonalDetail
Now, in the following code the PersonalDetail class properties can be accessed using @Model word like
@Model.FirstNameViews: 14437 | Post Order: 21