CompositeModelBinderProvider Class

 

Represents the class for composite model binder providers.

Namespace:   System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.ModelBinding::ModelBinderProvider
    System.Web.Http.ModelBinding.Binders::CompositeModelBinderProvider

public ref class CompositeModelBinderProvider sealed : ModelBinderProvider

NameDescription
System_CAPS_pubmethodCompositeModelBinderProvider()

Initializes a new instance of the CompositeModelBinderProvider class.

System_CAPS_pubmethodCompositeModelBinderProvider(IEnumerable<ModelBinderProvider^>^)

Initializes a new instance of the CompositeModelBinderProvider class.

NameDescription
System_CAPS_pubpropertyProviders

Gets the providers for the composite model binder.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetBinder(HttpConfiguration^, Type^)

Gets the binder for the model.(Overrides ModelBinderProvider::GetBinder(HttpConfiguration^, Type^).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: