다음을 통해 공유


DictionaryModelBinder<TKey,TValue> 클래스

정의

브라우저 요청을 사전 데이터 개체에 매핑합니다.

generic <typename TKey, typename TValue>
public ref class DictionaryModelBinder : System::Web::ModelBinding::CollectionModelBinder<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public class DictionaryModelBinder<TKey,TValue> : System.Web.ModelBinding.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

값의 유형입니다.

상속
DictionaryModelBinder<TKey,TValue>

생성자

DictionaryModelBinder<TKey,TValue>()

DictionaryModelBinder<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

메서드

BindModel(ModelBindingExecutionContext, ModelBindingContext)

지정된 실행 컨텍스트와 바인딩 컨텍스트를 사용하여 모델을 바인딩합니다.

(다음에서 상속됨 CollectionModelBinder<TElement>)
CreateOrReplaceCollection(ModelBindingExecutionContext, ModelBindingContext, IList<KeyValuePair<TKey,TValue>>)

컬렉션을 사전으로 변환합니다.

CreateOrReplaceCollection(ModelBindingExecutionContext, ModelBindingContext, IList<TElement>)

바인더에서 반환하기 전에 컬렉션을 조작하기 위해 파생된 클래스에 대한 방법을 제공합니다.

(다음에서 상속됨 CollectionModelBinder<TElement>)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상