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

モデル バインディング動作。

適用対象