KeyValuePairModelBinder<TKey,TValue> Class

Definition

generic <typename TKey, typename TValue>
public ref class KeyValuePairModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class KeyValuePairModelBinder<TKey,TValue> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type KeyValuePairModelBinder<'Key, 'Value> = class
    interface IModelBinder
Public Class KeyValuePairModelBinder(Of TKey, TValue)
Implements IModelBinder

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
KeyValuePairModelBinder<TKey,TValue>
Implements

Constructors

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>.

KeyValuePairModelBinder<TKey,TValue>(IModelBinder, IModelBinder, ILoggerFactory)

Creates a new KeyValuePair<TKey,TValue>.

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

Applies to