Acheive Default model Binding working with custom model binder in WebPI and asp.net mVC 4
问题 I created a custom Model binder working fine with all the properties. But the issue is I am missing the default modelbinding. I am using DataAnotations for my objects and I want to apply my custom model binder for Enums only. How can I achieve the custom Model binder along with default model binding. In the custom Model Binder, I have the code as following. public bool BindModel(System.Web.Http.Controllers.HttpActionContext actionContext, ModelBindingContext bindingContext) { var json =