System.Web.Http.ModelBinding Namespace

 

Classes

Class Description
System_CAPS_pubclass CancellationTokenParameterBinding

Represents the binding directly to the cancellation token.

System_CAPS_pubclass CustomModelBinderAttribute

Represents an attribute that invokes a custom model binder.

System_CAPS_pubclass DefaultActionValueBinder

Represents the default action value of the binder.

System_CAPS_pubclass ErrorParameterBinding

Defines a binding error.

System_CAPS_pubclass FormatterParameterBinding

Represents parameter binding that will read from the body and invoke the formatters.

System_CAPS_pubclass FormDataCollectionExtensions

Represents the extensions for the collection of form data.

System_CAPS_pubclass HttpBindingBehaviorAttribute

Provides a base class for model-binding behavior attributes.

System_CAPS_pubclass HttpRequestParameterBinding

Parameter binds to the request.

System_CAPS_pubclass JQueryMvcFormUrlEncodedFormatter

Represents the MediaTypeFormatter class for handling HTML form URL-ended data, also known as application/x-www-form-urlencoded.

System_CAPS_pubclass ModelBinderAttribute

Specify this parameter uses a model binder. This can optionally specify the specific model binder and value providers that drive that model binder. Derived attributes may provide convenience settings for the model binder or value provider.

System_CAPS_pubclass ModelBinderConfig

Provides a container for model-binder configuration.

System_CAPS_pubclass ModelBinderParameterBinding

Describes a parameter that gets bound via ModelBinding.

System_CAPS_pubclass ModelBinderProvider

Provides an abstract base class for model binder providers.

System_CAPS_pubclass ModelBindingContext

Provides the context in which a model binder functions.

System_CAPS_pubclass ModelError

Represents an error that occurs during model binding.

System_CAPS_pubclass ModelErrorCollection

Represents a collection of ModelError instances.

System_CAPS_pubclass ModelState

Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.

System_CAPS_pubclass ModelStateDictionary

Represents the state of an attempt to bind a posted form to an action method, which includes validation information.

System_CAPS_pubclass ParameterBindingRulesCollection

Collection of functions that can produce a parameter binding for a given parameter.

Interfaces

Interface Description
System_CAPS_pubinterface IModelBinder

Defines the methods that are required for a model binder.

System_CAPS_pubinterface IValueProviderParameterBinding

Represents a value provider for parameter binding.

Delegates

Delegate Description
System_CAPS_pubdelegate ModelBinderErrorMessageProvider

Provides a container for model-binder error message provider.

Enumerations

Enumeration Description
System_CAPS_pubenum HttpBindingBehavior

Enumerates the behavior of the HTTP binding.

Return to top