2 types derived from CollectionModelBinder
System.Web (2)
ModelBinding\ArrayModelBinder`1.cs (1)
5
public class ArrayModelBinder<TElement> :
CollectionModelBinder
<TElement> {
ModelBinding\DictionaryModelBinder`2.cs (1)
4
public class DictionaryModelBinder<TKey, TValue> :
CollectionModelBinder
<KeyValuePair<TKey, TValue>> {
1 reference to CollectionModelBinder
System.Web (1)
ModelBinding\CollectionModelBinderProvider.cs (1)
10
return CollectionModelBinderUtil.GetGenericBinder(typeof(ICollection<>), typeof(List<>), typeof(
CollectionModelBinder
<>), bindingContext.ModelMetadata);