BindingBehaviorAttribute(BindingBehavior) 생성자

정의

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

public:
 BindingBehaviorAttribute(System::Web::ModelBinding::BindingBehavior behavior);
public BindingBehaviorAttribute (System.Web.ModelBinding.BindingBehavior behavior);
new System.Web.ModelBinding.BindingBehaviorAttribute : System.Web.ModelBinding.BindingBehavior -> System.Web.ModelBinding.BindingBehaviorAttribute
Public Sub New (behavior As BindingBehavior)

매개 변수

behavior
BindingBehavior

모델 바인딩 동작입니다.

적용 대상