IValueProvider Interface

Defines the methods that are required for a value provider in ASP.NET MVC.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Interface IValueProvider
public interface IValueProvider
public interface class IValueProvider

The IValueProvider type exposes the following members.

Methods

  Name Description
Public method ContainsPrefix Determines whether the collection contains the specified prefix.
Public method GetValue Retrieves a value object using the specified key.

Top

See Also

Reference

System.Web.Mvc Namespace