Код: Выделить всё
[Display(Name="Blah")]
public string BlahBlahBlah { get; set; }
Код: Выделить всё
@Html.LabelFor(m => m.BlahBlahBlah)
@Html.DisplayNameFor(m => m.BlahBlahBlah)
Код: Выделить всё
RuleFor(o => o.BlahBlahBlah)
.NotEmpty()
.WithName("Blah");
Подробнее здесь: https://stackoverflow.com/questions/413 ... isplayname
Мобильная версия