System.Web.Http.ValueProviders Namespace
| Class | Description | |
|---|---|---|
![]() | ValueProviderAttribute | This attribute is used to specify a custom ValueProviderFactory. |
![]() | ValueProviderFactory | Represents a factory for creating value-provider objects. |
![]() | ValueProviderResult | Represents the result of binding a value (such as from a form post or query string) to an action-method argument property, or to the argument itself. |
| Interface | Description | |
|---|---|---|
![]() | IEnumerableValueProvider | Represents the base class for value providers whose values come from a collection that implements the IEnumerable interface. |
![]() | IUriValueProviderFactory | Represents an interface that is implemented by any ValueProviderFactory that supports the creation of a IValueProvider to access the Uri of an incoming HttpRequestMessage. |
![]() | IValueProvider | Defines the methods that are required for a value provider in ASP.NET MVC. |
Show:

