Share via


IEnumerableValueProvider Interface

Represents a special IValueProvider that has the ability to be enumerable.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.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 Gets the keys from the prefix.
Public method GetValue Retrieves a value object using the specified key. (Inherited from IValueProvider.)

Top

See Also

Reference

System.Web.Mvc Namespace