System.Web.Http.ModelBinding.Binders Namespace

 

ClassDescription
System_CAPS_pubclassArrayModelBinder<TElement>

Maps a browser request to an array.

System_CAPS_pubclassArrayModelBinderProvider

Provides a model binder for arrays.

System_CAPS_pubclassCollectionModelBinder<TElement>

Maps a browser request to a collection.

System_CAPS_pubclassCollectionModelBinderProvider

Provides a model binder for a collection.

System_CAPS_pubclassComplexModelDto

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

System_CAPS_pubclassComplexModelDtoModelBinder

Represents a model binder for ComplexModelDto object.

System_CAPS_pubclassComplexModelDtoModelBinderProvider

Represents a complex model that invokes a model binder provider.

System_CAPS_pubclassComplexModelDtoResult

Represents the result for ComplexModelDto object.

System_CAPS_pubclassCompositeModelBinder

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

System_CAPS_pubclassCompositeModelBinderProvider

Represents the class for composite model binder providers.

System_CAPS_pubclassDictionaryModelBinder<TKey, TValue>

Maps a browser request to a dictionary data object.

System_CAPS_pubclassDictionaryModelBinderProvider

Provides a model binder for a dictionary.

System_CAPS_pubclassKeyValuePairModelBinder<TKey, TValue>

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

System_CAPS_pubclassKeyValuePairModelBinderProvider

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

System_CAPS_pubclassMutableObjectModelBinder

Maps a browser request to a mutable data object.

System_CAPS_pubclassMutableObjectModelBinderProvider

Provides a model binder for mutable objects.

System_CAPS_pubclassSimpleModelBinderProvider

Provides a simple model binder for this model binding class.

System_CAPS_pubclassTypeConverterModelBinder

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_pubclassTypeConverterModelBinderProvider

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

System_CAPS_pubclassTypeMatchModelBinder

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

System_CAPS_pubclassTypeMatchModelBinderProvider

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

Return to top
Show: