BindingBehaviorAttribute Class

 

Provides a base class for model-binding behavior attributes.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)


[<AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Property,
    AllowMultiple = false, Inherited = true)>]
type BindingBehaviorAttribute = 
    class
        inherit Attribute
    end

NameDescription
System_CAPS_pubmethodBindingBehaviorAttribute(BindingBehavior)

Initializes a new instance of the BindingBehaviorAttribute class.

NameDescription
System_CAPS_pubpropertyBehavior

Gets the model-binding behavior value.

System_CAPS_pubpropertyTypeId

Gets the unique identifier for this attribute.(Overrides Attribute.TypeId.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: