ExtensibleModelBinderAttribute Class

 

Specifies the binder type for a model type.

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

System.Object
  System.Attribute
    Microsoft.Web.Mvc.ModelBinding.ExtensibleModelBinderAttribute

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

NameDescription
System_CAPS_pubmethodExtensibleModelBinderAttribute(Type)

Initializes a new instance of the ExtensibleModelBinderAttribute class.

NameDescription
System_CAPS_pubpropertyBinderType

Gets the model binder type.

System_CAPS_pubpropertySuppressPrefixCheck

Gets or sets a value that specifies whether the prefix check should be suppressed.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

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_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: