Interface IActionValueBinder
- Namespace
- System.Web.Http.Controllers
- Assembly
- System.Web.Http.dll
Defines the method for retrieval of action binding associated with parameter value.
public interface IActionValueBinder
Methods
GetBinding(HttpActionDescriptor)
Gets the HttpActionBinding.
HttpActionBinding GetBinding(HttpActionDescriptor actionDescriptor)
Parameters
actionDescriptor
HttpActionDescriptorThe action descriptor.
Returns
- HttpActionBinding
A HttpActionBinding object.