System.Web.Http.ValueProviders.Providers Namespace

 

ClassDescription
System_CAPS_pubclassCompositeValueProvider

Represents a value provider whose values come from a list of value providers that implements the IEnumerable interface.

System_CAPS_pubclassCompositeValueProviderFactory

Represents a factory for creating a list of value-provider objects.

System_CAPS_pubclassNameValuePairsValueProvider

A value provider for name/value pairs.

System_CAPS_pubclassQueryStringValueProvider

Represents a value provider for query strings that are contained in a NameValueCollection object.

System_CAPS_pubclassQueryStringValueProviderFactory

Represents a class that is responsible for creating a new instance of a query-string value-provider object.

System_CAPS_pubclassRouteDataValueProvider

Represents a value provider for route data that is contained in an object that implements the IDictionary(Of TKey, TValue) interface.

System_CAPS_pubclassRouteDataValueProviderFactory

Represents a factory for creating route-data value provider objects.

Return to top
Show: