ModelBinderProviderCollection 클래스

정의

이곳의 콘텐츠는 업데이트되지 않습니다. 여기에 자료를 추가하지 마십시오.

public class ModelBinderProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IModelBinderProvider>
type ModelBinderProviderCollection = class
    inherit Collection<IModelBinderProvider>
Public Class ModelBinderProviderCollection
Inherits Collection(Of IModelBinderProvider)
상속
ModelBinderProviderCollection

생성자

ModelBinderProviderCollection()

ModelBinderProviderCollection 클래스의 새 인스턴스를 초기화합니다.

ModelBinderProviderCollection(IList<IModelBinderProvider>)

모델 바인더 공급자 목록을 사용하여 클래스의 ModelBinderProviderCollection 새 instance 초기화합니다.

메서드

ClearItems()

컬렉션에서 모든 요소를 제거합니다.

GetBinder(Type)

지정된 형식의 모델 바인더를 반환합니다.

InsertItem(Int32, IModelBinderProvider)

지정된 인덱스에 있는 ModelBinderProviderCollection에 모델 바인더 공급자를 삽입합니다.

RemoveItem(Int32)

지정된 컬렉션 인덱스에 있는 요소를 제거합니다.

SetItem(Int32, IModelBinderProvider)

지정된 인덱스에 있는 모델 바인더 공급자 요소를 바꿉니다.

적용 대상