Format Column Header - Asp.net MVC

Malam Malam 226 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,393 questions
0 comments No comments
{count} votes

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

0 additional answers

Sort by: Most helpful