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.
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 | |
---|---|---|
![]() |
ContainsPrefix | Determines whether the collection contains the specified prefix. (Inherited from IValueProvider.) |
![]() |
GetKeysFromPrefix | Retrieves the keys from the specified prefix. |
![]() |
GetValue | Retrieves a value object using the specified key. (Inherited from IValueProvider.) |
Top