标签: asp.net-mvc-3 modelbinders custom-model-binder
我们必须使用实现IModelBinder的自定义ModelBinder。我们根本无法直接更改此代码。它目前不支持从传入的模型的DataAnnotations更新ModelState。我们想要继承ModelBinder并添加该支持。我们需要做些什么来添加支持,以便它像DefaultModelBinder一样使用DataAnnotations?