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) |
if 에 ModelStateIsBindingRequired을 ModelError 추가합니다. (다음에서 상속됨 CollectionModelBinder<TElement>) |
BindModelAsync(ModelBindingContext) |
모델을 바인딩하려고 시도합니다. |
CanCreateInstance(Type) |
이 ICollectionModelBinder 구현이 에 할당 가능한 |
ConvertToCollectionType(Type, IEnumerable<KeyValuePair<TKey,TValue>>) |
IModelBinder 바인딩 사전 값에 대한 구현입니다. |
ConvertToCollectionType(Type, IEnumerable<TElement>) |
의 멤버를 Object 포함하는 에 |
CopyToModel(Object, IEnumerable<TElement>) |
의 값을 지정된 |
CreateEmptyCollection(Type) |
에 Object 할당 가능한 을 만듭니다 |
CreateInstance(Type) |
|