다음을 통해 공유


ModelBinderProviderCollection.GetBinder(Type) 메서드

정의

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

public System.Web.Mvc.IModelBinder GetBinder(Type modelType);
member this.GetBinder : Type -> System.Web.Mvc.IModelBinder
Public Function GetBinder (modelType As Type) As IModelBinder

매개 변수

modelType
Type

모델 바인더의 형식입니다.

반환

지정된 형식의 모델 바인더입니다.

적용 대상