IValueProviderParameterBinding Interface

 

Represents a value provider for parameter binding.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public interface IValueProviderParameterBinding
public interface class IValueProviderParameterBinding
type IValueProviderParameterBinding = interface end
Public Interface IValueProviderParameterBinding

Properties

Name Description
System_CAPS_pubproperty ValueProviderFactories

Gets the ValueProviderFactory instances used by this parameter binding.

See Also

System.Web.Http.ModelBinding Namespace

Return to top