Studying ASP.NET MVC, I came across the following lines of code:
@Html.DisplayNameFor(model => model.Title)
@Html.DisplayFor(model => model.Title)
I can not understand the difference between using DisplayNameFor and DisplayF...
asked by
08.08.2017 / 19:21