Namespace System.Web.Http.ValueProviders.Providers
Classes
- CompositeValueProvider
Represents a value provider whose values come from a list of value providers that implements the IEnumerable interface.
- CompositeValueProviderFactory
Represents a factory for creating a list of value-provider objects.
- NameValuePairsValueProvider
A value provider for name/value pairs.
- QueryStringValueProvider
Represents a value provider for query strings that are contained in a NameValueCollection object.
- QueryStringValueProviderFactory
Represents a class that is responsible for creating a new instance of a query-string value-provider object.
- RouteDataValueProvider
Represents a value provider for route data that is contained in an object that implements the IDictionary(Of TKey, TValue) interface.
- RouteDataValueProviderFactory
Represents a factory for creating route-data value provider objects.