ModelBinderAttribute 생성자

정의

오버로드

ModelBinderAttribute()

ModelBinderAttribute의 새 인스턴스를 초기화합니다.

ModelBinderAttribute(Type)

ModelBinderAttribute의 새 인스턴스를 초기화합니다.

ModelBinderAttribute()

ModelBinderAttribute의 새 인스턴스를 초기화합니다.

public:
 ModelBinderAttribute();
public ModelBinderAttribute ();
Public Sub New ()

적용 대상

ModelBinderAttribute(Type)

ModelBinderAttribute의 새 인스턴스를 초기화합니다.

public:
 ModelBinderAttribute(Type ^ binderType);
public ModelBinderAttribute (Type binderType);
new Microsoft.AspNetCore.Mvc.ModelBinderAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)

매개 변수

binderType
Type

Type 를 구현하는 입니다IModelBinder.

설명

이 특성을 서브클래스하고 가 지정된 binderType에 대해 올바르지 않으면 를 설정합니다.BindingSourceCustom

적용 대상