ArrayModelBinderProvider.GetBinder 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
배열에 대한 모델 바인더를 반환합니다.
public:
override System::Web::ModelBinding::IModelBinder ^ GetBinder(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext, System::Web::ModelBinding::ModelBindingContext ^ bindingContext);
public override System.Web.ModelBinding.IModelBinder GetBinder (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Web.ModelBinding.ModelBindingContext bindingContext);
override this.GetBinder : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext -> System.Web.ModelBinding.IModelBinder
Public Overrides Function GetBinder (modelBindingExecutionContext As ModelBindingExecutionContext, bindingContext As ModelBindingContext) As IModelBinder
매개 변수
- modelBindingExecutionContext
- ModelBindingExecutionContext
실행 컨텍스트입니다.
- bindingContext
- ModelBindingContext
바인딩 컨텍스트입니다.
반환
모델 바인더 개체이거나, 모델 바인더를 가져오지 못한 경우 null
입니다.
설명
모델 바인더를 가져오려는 시도가 성공적으로 수행 됩니다 모델이 읽기 전용인 지, 모델 배열 형식이 없으면 아니면 값 공급자의 ContainsPrefix 메서드가 반환 되는 false
합니다.