Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
.jpeg)