다음을 통해 공유


CustomModelBinderAttribute 클래스

정의

사용자 지정 모델 바인더를 호출하는 특성을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public abstract class CustomModelBinderAttribute : Attribute
type CustomModelBinderAttribute = class
    inherit Attribute
Public MustInherit Class CustomModelBinderAttribute
Inherits Attribute
상속
CustomModelBinderAttribute
파생
특성

생성자

CustomModelBinderAttribute()

CustomModelBinderAttribute 클래스의 새 인스턴스를 초기화합니다.

메서드

GetBinder()

연결된 모델 바인더를 검색합니다.

적용 대상