Share via


IEnumerableValueProvider Interface

Definition

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

C#
public interface IEnumerableValueProvider : System.Web.Mvc.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

Product Versions
ASP.NET MVC 5.2