IEnumerableValueProvider Interface

Definition

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

public interface IEnumerableValueProvider : System.Web.Mvc.IValueProvider
type IEnumerableValueProvider = interface
    interface IValueProvider
Public Interface IEnumerableValueProvider
Implements IValueProvider
Derived
Implements

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from IValueProvider)
GetKeysFromPrefix(String)

Gets the keys from the prefix.

GetValue(String)

Retrieves a value object using the specified key.

(Inherited from IValueProvider)

Applies to