ModelState.IsValid 验证时忽略某些字段验证

BindAttribute 类


忽略Model中Id的验证

[Bind(Exclude = "Id")] 

你可能感兴趣的:(ASP.NET,MVC)