7 references to ArrayModelBinder
Microsoft.AspNetCore.Mvc.Core (7)
ModelBinding\Binders\ArrayModelBinder.cs (6)
19/// Creates a new <see cref="ArrayModelBinder{TElement}"/>. 31/// Creates a new <see cref="ArrayModelBinder{TElement}"/>. 45/// in <see cref="ArrayModelBinder{TElement}"/>. 56/// Creates a new <see cref="ArrayModelBinder{TElement}"/>. 69/// <para>This is the preferred <see cref="ArrayModelBinder{TElement}"/> constructor.</para> 73/// in <see cref="ArrayModelBinder{TElement}"/>.
ModelBinding\Binders\ArrayModelBinderProvider.cs (1)
25var binderType = typeof(ArrayModelBinder<>).MakeGenericType(elementType);