Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The System.Web.Http.ValueProviders.Providers namespace provides classes for the abstraction over values actually came from.
Classes
Class | Description | |
---|---|---|
![]() |
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. |