IEnumerableValueProvider Interface

 

Represents the base class for value providers whose values come from a collection that implements the IEnumerable interface.

Namespace:   System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IEnumerableValueProvider : IValueProvider

NameDescription
System_CAPS_pubmethodContainsPrefix(String^)

Determines whether the collection contains the specified prefix.(Inherited from IValueProvider.)

System_CAPS_pubmethodGetKeysFromPrefix(String^)

Retrieves the keys from the specified prefix.

System_CAPS_pubmethodGetValue(String^)

Retrieves a value object using the specified key.(Inherited from IValueProvider.)

Return to top
Show: