7 references to DictionaryModelBinder
Microsoft.AspNetCore.Mvc.Core (7)
ModelBinding\Binders\DictionaryModelBinder.cs (6)
23/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 37/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 50/// <see langword="false"/> in <see cref="DictionaryModelBinder{TKey, TValue}"/>. This class ignores that 71/// Creates a new <see cref="DictionaryModelBinder{TKey, TValue}"/>. 83/// <para>This is the preferred <see cref="DictionaryModelBinder{TKey, TValue}"/> constructor.</para> 87/// <see langword="false"/> in <see cref="DictionaryModelBinder{TKey, TValue}"/>. This class ignores that
ModelBinding\Binders\DictionaryModelBinderProvider.cs (1)
27var binderType = typeof(DictionaryModelBinder<,>).MakeGenericType(dictionaryType.GenericTypeArguments);