BindingBehaviorAttribute.Behavior Property

Definition

Gets the model-binding behavior value.

public:
 property System::Web::ModelBinding::BindingBehavior Behavior { System::Web::ModelBinding::BindingBehavior get(); };
public System.Web.ModelBinding.BindingBehavior Behavior { get; }
member this.Behavior : System.Web.ModelBinding.BindingBehavior
Public ReadOnly Property Behavior As BindingBehavior

Property Value

The model-binding behavior value.

Applies to