IValueProvider Interface
Defines the methods that are required for a value provider in ASP.NET MVC.
Namespace: System.Web.Http.ValueProviders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IValueProvider
'Usage
Dim instance As IValueProvider
public interface IValueProvider
public interface class IValueProvider
type IValueProvider = interface end
public interface IValueProvider
The IValueProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsPrefix | Determines whether the collection contains the specified prefix. | |
GetValue | Retrieves a value object using the specified key. |
Top