The following is the first section in the first row of a table on one of my ASP MVC3 Index pages. I\'ve stepped through the code when that page loads, and can see that the
There are like 5 different ways of displaying text. In order to display a string you need to use
@Html.DisplayName(string)