2 types derived from CollectionModelBinder
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\ArrayModelBinder.cs (1)
16
public class ArrayModelBinder<TElement> :
CollectionModelBinder
<TElement>
ModelBinding\Binders\DictionaryModelBinder.cs (1)
18
public partial class DictionaryModelBinder<TKey, TValue> :
CollectionModelBinder
<KeyValuePair<TKey, TValue?>> where TKey : notnull
10 references to CollectionModelBinder
Microsoft.AspNetCore.Mvc.Core (10)
ModelBinding\Binders\ArrayModelBinder.cs (2)
44
/// <see cref="
CollectionModelBinder
{TElement}.AllowValidatingTopLevelNodes"/> is always <see langword="true"/>
72
/// <see cref="
CollectionModelBinder
{TElement}.AllowValidatingTopLevelNodes"/> is always <see langword="true"/>
ModelBinding\Binders\CollectionModelBinder.cs (4)
29
/// Creates a new <see cref="
CollectionModelBinder
{TElement}"/>.
41
/// Creates a new <see cref="
CollectionModelBinder
{TElement}"/>.
66
/// Creates a new <see cref="
CollectionModelBinder
{TElement}"/>.
78
/// <remarks>This is the preferred <see cref="
CollectionModelBinder
{TElement}"/> constructor.</remarks>
ModelBinding\Binders\CollectionModelBinderProvider.cs (1)
56
var binderType = typeof(
CollectionModelBinder
<>).MakeGenericType(collectionType.GenericTypeArguments);
ModelBinding\Binders\DictionaryModelBinder.cs (2)
49
/// <see cref="
CollectionModelBinder
{TElement}.AllowValidatingTopLevelNodes"/> is always
86
/// <see cref="
CollectionModelBinder
{TElement}.AllowValidatingTopLevelNodes"/> is always
MvcOptions.cs (1)
303
/// <see cref="
CollectionModelBinder
{TElement}"/> relies entirely on <see cref="IValueProvider"/>s, it cannot