Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the CompositeModelBinder class.
Namespace:  System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    binders As IEnumerable(Of IModelBinder) _
)
'Usage
Dim binders As IEnumerable(Of IModelBinder)
Dim instance As New CompositeModelBinder(binders)
public CompositeModelBinder(
    IEnumerable<IModelBinder> binders
)
public:
CompositeModelBinder(
    IEnumerable<IModelBinder^>^ binders
)
new : 
        binders:IEnumerable<IModelBinder> -> CompositeModelBinder
public function CompositeModelBinder(
    binders : IEnumerable<IModelBinder>
)
Parameters
- binders 
 Type: System.Collections.Generic.IEnumerable<IModelBinder>- An enumeration of binders.