KeyValuePairModelBinder<TKey,TValue> Class
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::IModelBinder
C#
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
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
KeyValuePairModelBinder<TKey,TValue>
- Implements
Key |
Creates a new KeyValuePair<TKey,TValue>. |
Key |
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>. |
Bind |
Attempts to bind a model. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |