System.Web.Http.ValueProviders Namespace

The System.Web.Http.ValueProviders namespace contains the class of value providers.

Classes

  Class Description
Public class ValueProviderAttribute This attribute is used to specify a custom ValueProviderFactory.
Public class ValueProviderFactory Represents a factory for creating value-provider objects.
Public class 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.

Interfaces

  Interface Description
Public interface IEnumerableValueProvider Represents the base class for value providers whose values come from a collection that implements the IEnumerable interface.
Public interface IValueProvider Defines the methods that are required for a value provider in ASP.NET MVC.