System.Web.Http.ModelBinding.Binders Namespace

 

Classes

Class Description
System_CAPS_pubclass ArrayModelBinder<TElement>

Maps a browser request to an array.

System_CAPS_pubclass ArrayModelBinderProvider

Provides a model binder for arrays.

System_CAPS_pubclass CollectionModelBinder<TElement>

Maps a browser request to a collection.

System_CAPS_pubclass CollectionModelBinderProvider

Provides a model binder for a collection.

System_CAPS_pubclass ComplexModelDto

Represents a data transfer object (DTO) for a complex model.

System_CAPS_pubclass ComplexModelDtoModelBinder

Represents a model binder for ComplexModelDto object.

System_CAPS_pubclass ComplexModelDtoModelBinderProvider

Represents a complex model that invokes a model binder provider.

System_CAPS_pubclass ComplexModelDtoResult

Represents the result for ComplexModelDto object.

System_CAPS_pubclass CompositeModelBinder

Represents an IModelBinder that delegates to one of a collection of ModelBinderProvider instances.

System_CAPS_pubclass CompositeModelBinderProvider

Represents the class for composite model binder providers.

System_CAPS_pubclass DictionaryModelBinder<TKey, TValue>

Maps a browser request to a dictionary data object.

System_CAPS_pubclass DictionaryModelBinderProvider

Provides a model binder for a dictionary.

System_CAPS_pubclass KeyValuePairModelBinder<TKey, TValue>

Maps a browser request to a key/value pair data object.

System_CAPS_pubclass KeyValuePairModelBinderProvider

Provides a model binder for a collection of key/value pairs.

System_CAPS_pubclass MutableObjectModelBinder

Maps a browser request to a mutable data object.

System_CAPS_pubclass MutableObjectModelBinderProvider

Provides a model binder for mutable objects.

System_CAPS_pubclass SimpleModelBinderProvider

Provides a simple model binder for this model binding class.

System_CAPS_pubclass TypeConverterModelBinder

Maps a browser request to a data object. This type is used when model binding requires conversions using a .NET Framework type converter.

System_CAPS_pubclass TypeConverterModelBinderProvider

Provides a model binder for a model that requires type conversion.

System_CAPS_pubclass TypeMatchModelBinder

Maps a browser request to a data object. This class is used when model binding does not require type conversion.

System_CAPS_pubclass TypeMatchModelBinderProvider

Provides a model binder for a model that does not require type conversion.

Return to top