asp.net mvc 验证问题我编辑Person的时候 Student 没加载但是 ModelState.IsValid 验证的时候却提示 Student的字段必填 怎么让它忽略掉Student类呢 [解决办法]ModelState.Remove("Student");