IEnumerableValueProvider Interface
Represents the base class for value providers whose values come from a collection that implements the IEnumerable interface.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Determines whether the collection contains the specified prefix.(Inherited from IValueProvider.) |
![]() | GetKeysFromPrefix(String^) | Retrieves the keys from the specified prefix. |
![]() | GetValue(String^) | Retrieves a value object using the specified key.(Inherited from IValueProvider.) |
Show:
