다음을 통해 공유


ModelBinderAttribute.GetBinder 메서드

정의

모델 바인더의 인스턴스를 검색합니다.

public override System.Web.Mvc.IModelBinder GetBinder ();
override this.GetBinder : unit -> System.Web.Mvc.IModelBinder
Public Overrides Function GetBinder () As IModelBinder

반환

인터페이스를 구현하는 개체에 IModelBinder 대한 참조입니다.

예외

모델 바인더의 인스턴스를 만드는 도중 오류가 발생했습니다.

적용 대상