KeyValuePairModelBinder<TKey,TValue> Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TKey, typename TValue>
public ref class KeyValuePairModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class KeyValuePairModelBinder<TKey,TValue> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype KeyValuePairModelBinder<'Key, 'Value> = class
    interface IModelBinderPublic Class KeyValuePairModelBinder(Of TKey, TValue)
Implements IModelBinderType Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
- 
				KeyValuePairModelBinder<TKey,TValue>
- Implements
Constructors
| KeyValuePairModelBinder<TKey,TValue>(IModelBinder, IModelBinder, ILoggerFactory) | Creates a new KeyValuePair<TKey,TValue>. | 
| KeyValuePairModelBinder<TKey,TValue>(IModelBinder, IModelBinder) | 
				Obsolete.
			 This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory. Creates a new KeyValuePair<TKey,TValue>. | 
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |