CollectionModelBinderProvider Class
Provides a model binder for a collection.
Inheritance Hierarchy
System.Object
System.Web.Http.ModelBinding.ModelBinderProvider
System.Web.Http.ModelBinding.Binders.CollectionModelBinderProvider
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class CollectionModelBinderProvider _
Inherits ModelBinderProvider
'Usage
Dim instance As CollectionModelBinderProvider
public sealed class CollectionModelBinderProvider : ModelBinderProvider
public ref class CollectionModelBinderProvider sealed : public ModelBinderProvider
[<SealedAttribute>]
type CollectionModelBinderProvider =
class
inherit ModelBinderProvider
end
public final class CollectionModelBinderProvider extends ModelBinderProvider
The CollectionModelBinderProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectionModelBinderProvider | Initializes a new instance of the CollectionModelBinderProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetBinder | Retrieves a model binder for a collection. (Overrides ModelBinderProvider.GetBinder(HttpConfiguration, Type).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.