1 reference to GetPossibleBinderInstance
System.Web (1)
ModelBinding\KeyValuePairModelBinderProvider.cs (1)
13
return ModelBinderUtil.
GetPossibleBinderInstance
(bindingContext.ModelType, typeof(KeyValuePair<,>) /* supported model type */, typeof(KeyValuePairModelBinder<,>) /* binder type */);