CompositeModelBinderProvider Class
Represents the class for composite model binder providers.
Assembly: System.Web.Http (in System.Web.Http.dll)
System::Object
System.Web.Http.ModelBinding::ModelBinderProvider
System.Web.Http.ModelBinding.Binders::CompositeModelBinderProvider
System.Web.Http.ModelBinding::ModelBinderProvider
System.Web.Http.ModelBinding.Binders::CompositeModelBinderProvider
| Name | Description | |
|---|---|---|
![]() | CompositeModelBinderProvider() | Initializes a new instance of the CompositeModelBinderProvider class. |
![]() | CompositeModelBinderProvider(IEnumerable<ModelBinderProvider^>^) | Initializes a new instance of the CompositeModelBinderProvider class. |
| Name | Description | |
|---|---|---|
![]() | Providers | Gets the providers for the composite model binder. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBinder(HttpConfiguration^, Type^) | Gets the binder for the model.(Overrides ModelBinderProvider::GetBinder(HttpConfiguration^, Type^).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

