IValueProviderParameterBinding Interface
Represents a value provider for parameter binding.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IValueProviderParameterBinding
'Usage
Dim instance As IValueProviderParameterBinding
public interface IValueProviderParameterBinding
public interface class IValueProviderParameterBinding
type IValueProviderParameterBinding = interface end
public interface IValueProviderParameterBinding
The IValueProviderParameterBinding type exposes the following members.
Properties
Name | Description | |
---|---|---|
ValueProviderFactories | Gets the ValueProviderFactory instances used by this parameter binding. |
Top