如何在ASP.NET MVC中更改默認(rèn)驗(yàn)證錯(cuò)誤消息?說(shuō)我的模型中有這個(gè)屬性:[DisplayName("test")][Required(ErrorMessage = "required")]public DateTime? SomeDate { get; set; }當(dāng)您輸入“asdf”時(shí)Html.TextBoxFor(model => model.SomeDate),您會(huì)收到驗(yàn)證錯(cuò)誤消息“值'asdf'對(duì)測(cè)試無(wú)效?!薄D闳绾涡薷哪菞l消息?ASP.NET MVC被忽略了[DataType(DataType.DateTime, ErrorMessage = 'some other message')]
- 2 回答
- 0 關(guān)注
- 607 瀏覽
添加回答
舉報(bào)
0/150
提交
取消