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.
Represents the class for composite model binder providers.
Inheritance Hierarchy
System.Object
System.Web.Http.ModelBinding.ModelBinderProvider
System.Web.Http.ModelBinding.Binders.CompositeModelBinderProvider
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class CompositeModelBinderProvider _
Inherits ModelBinderProvider
'Usage
Dim instance As CompositeModelBinderProvider
public sealed class CompositeModelBinderProvider : ModelBinderProvider
public ref class CompositeModelBinderProvider sealed : public ModelBinderProvider
[<SealedAttribute>]
type CompositeModelBinderProvider =
class
inherit ModelBinderProvider
end
public final class CompositeModelBinderProvider extends ModelBinderProvider
The CompositeModelBinderProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CompositeModelBinderProvider() | Initializes a new instance of the CompositeModelBinderProvider class. |
![]() |
CompositeModelBinderProvider(IEnumerable<ModelBinderProvider>) | Initializes a new instance of the CompositeModelBinderProvider class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Providers | Gets the providers for the composite model binder. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetBinder | Gets the binder for the model. (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.