Interface IValueProviderParameterBinding
- Namespace
- System.Web.Http.ModelBinding
- Assembly
- System.Web.Http.dll
Represents a value provider for parameter binding.
public interface IValueProviderParameterBinding
Properties
ValueProviderFactories
Gets the ValueProviderFactory instances used by this parameter binding.
IEnumerable<ValueProviderFactory> ValueProviderFactories { get; }
Property Value
- IEnumerable<ValueProviderFactory>
The ValueProviderFactory instances used by this parameter binding.