ModelBinderProviderCollection Class

 

Provides a container for a collection of model binder providers.

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

System.Object
  System.Collections.ObjectModel.Collection<'T>
    Microsoft.Web.Mvc.ModelBinding.ModelBinderProviderCollection

[<Sealed>]
type ModelBinderProviderCollection = 
    class
        inherit Collection<ModelBinderProvider>
    end

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<'T>.)

System_CAPS_pubpropertyItem(Int32)

(Inherited from Collection<'T>.)

NameDescription
System_CAPS_pubmethodAsSerializable<ModelBinderProvider>()

Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.(Defined by IEnumerableExtensions.)

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: