BindingBehaviorAttribute Class¶
Inheritance Hierarchy¶
System.Object
System.Attribute
Microsoft.AspNet.Mvc.ModelBinding.BindingBehaviorAttribute
Constructors¶
-
BindingBehaviorAttribute
(Microsoft.AspNet.Mvc.ModelBinding.BindingBehavior)¶ Arguments: - behavior (Microsoft.AspNet.Mvc.ModelBinding.BindingBehavior) –
public BindingBehaviorAttribute(BindingBehavior behavior)
-
Properties¶
-
Behavior
()¶ Return type: Microsoft.AspNet.Mvc.ModelBinding.BindingBehavior public BindingBehavior Behavior { get; }
-