다음을 통해 공유


CollectionModelBinder<TElement>.CreateOrReplaceCollection 메서드

정의

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

protected:
 virtual bool CreateOrReplaceCollection(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext, System::Web::ModelBinding::ModelBindingContext ^ bindingContext, System::Collections::Generic::IList<TElement> ^ newCollection);
protected virtual bool CreateOrReplaceCollection (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Web.ModelBinding.ModelBindingContext bindingContext, System.Collections.Generic.IList<TElement> newCollection);
abstract member CreateOrReplaceCollection : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext * System.Collections.Generic.IList<'Element> -> bool
override this.CreateOrReplaceCollection : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext * System.Collections.Generic.IList<'Element> -> bool
Protected Overridable Function CreateOrReplaceCollection (modelBindingExecutionContext As ModelBindingExecutionContext, bindingContext As ModelBindingContext, newCollection As IList(Of TElement)) As Boolean

매개 변수

modelBindingExecutionContext
ModelBindingExecutionContext

실행 컨텍스트입니다.

bindingContext
ModelBindingContext

바인딩 컨텍스트입니다.

newCollection
IList<TElement>

새 컬렉션을 반환합니다.

반환

모든 경우에 true입니다.

적용 대상