If my model have
[DisplayName(\"First Name\")] public string firstName { get; set; }
Then I can print it in the View with LabelFor
First Name
you must change for to asp-for