DictionaryModelBinder<TKey, TValue>
DictionaryModelBinder(IModelBinder, IModelBinder)
DictionaryModelBinder(IModelBinder, IModelBinder, ILoggerFactory)
DictionaryModelBinder(IModelBinder, IModelBinder, ILoggerFactory, Boolean)
DictionaryModelBinder(IModelBinder, IModelBinder, ILoggerFactory, Boolean, MvcOptions)
BindModelAsync(ModelBindingContext)
CanCreateInstance(Type)
ConvertToCollectionType(Type, IEnumerable<KeyValuePair<TKey, TValue>>)
CreateEmptyCollection(Type)
net9.0
namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders
{
public class DictionaryModelBinder<TKey, TValue> : CollectionModelBinder<KeyValuePair<TKey, TValue>>
where TKey, notnull
{
public DictionaryModelBinder(IModelBinder! keyBinder, IModelBinder! valueBinder, ILoggerFactory! loggerFactory, bool allowValidatingTopLevelNodes);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.23.03.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Mvc.Core , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API