DictionaryModelBinder<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IModelBinder 系結字典值的實作。
generic <typename TKey, typename TValue>
public ref class DictionaryModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::Binders::CollectionModelBinder<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public class DictionaryModelBinder<TKey,TValue> : Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<System.Collections.Generic.KeyValuePair<TKey,TValue>>
type DictionaryModelBinder<'Key, 'Value> = class
inherit CollectionModelBinder<KeyValuePair<'Key, 'Value>>
Public Class DictionaryModelBinder(Of TKey, TValue)
Inherits CollectionModelBinder(Of KeyValuePair(Of TKey, TValue))
類型參數
- TKey
字典中的索引鍵類型。
- TValue
字典中的數值型別。
- 繼承
建構函式
屬性
ElementBinder |
IModelBinder取得系結集合專案的實例。 (繼承來源 CollectionModelBinder<TElement>) |
Logger |
ILogger用於在此系結器中記錄的 。 (繼承來源 CollectionModelBinder<TElement>) |
方法
AddErrorIfBindingRequired(ModelBindingContext) |
ModelError如果 IsBindingRequired ,請將 新增至 ModelState 。 (繼承來源 CollectionModelBinder<TElement>) |
BindModelAsync(ModelBindingContext) |
嘗試系結模型。 |
CanCreateInstance(Type) |
取得這個實作是否可以 ICollectionModelBinder 建立 Object 可指派給 |
ConvertToCollectionType(Type, IEnumerable<KeyValuePair<TKey,TValue>>) |
IModelBinder 系結字典值的實作。 |
ConvertToCollectionType(Type, IEnumerable<TElement>) |
Object取得可指派的 , |
CopyToModel(Object, IEnumerable<TElement>) |
將 值從 |
CreateEmptyCollection(Type) |
建立 Object 可指派給 |
CreateInstance(Type) |
建立 |