标签: asp.net-mvc-5 data-annotations
我有一个带有列表属性的视图模型
[Required] public List<Surgeons> Surgeons { get; set; }
验证在服务器端工作正常,但它在客户端没有工作。我想使用所需的验证而不是自定义验证