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)

Syntax

'Declaration
Public Interface IEnumerableValueProvider _
    Inherits IValueProvider
'Usage
Dim instance As IEnumerableValueProvider
public interface IEnumerableValueProvider : IValueProvider
public interface class IEnumerableValueProvider : IValueProvider
type IEnumerableValueProvider =  
    interface
        interface IValueProvider
    end
public interface IEnumerableValueProvider extends IValueProvider

The IEnumerableValueProvider type exposes the following members.

Methods

  Name Description
Public method ContainsPrefix Determines whether the collection contains the specified prefix. (Inherited from IValueProvider.)
Public method GetKeysFromPrefix Retrieves the keys from the specified prefix.
Public method GetValue Retrieves a value object using the specified key. (Inherited from IValueProvider.)

Top

See Also

Reference

System.Web.Http.ValueProviders Namespace