Format Column Header - Asp.net MVC

Malam Malam 266 Reputation points
2024-06-05T13:41:58.05+00:00

How do I format the column header FirstName to display as "First Name"?

    <th>

        @Html.DisplayNameFor(model => model.FirstName)

    </th>
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,597 questions
0 comments No comments
{count} votes

Accepted answer
  1. AgaveJoe 30,121 Reputation points
    2024-06-05T14:00:28.2166667+00:00

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.