上课了Report。我想要 makeComment和ReasonIdsrequired if 的值Score小于 4。我不能使用属性验证,因为你不能使用字段作为属性参数。我如何在 ASP.NET MVC 核心应用程序中验证这些字段?
public class Report
{
public int Score { get; set; }
public string Comment { get; set; }
public int[] ReasonIds { get; set; }
}
子衿沉夜
相关分类