Interface IActionValueBinder
- Namespace
- System.Web.Http.Controllers
- Assembly
- System.Web.Http.dll
No content here will be updated; please do not add material here.
public interface IActionValueBinder
Methods
GetBinding(HttpActionDescriptor)
Gets the HttpActionBinding
HttpActionBinding GetBinding(HttpActionDescriptor actionDescriptor)
Parameters
actionDescriptor
HttpActionDescriptorThe action descriptor.
Returns
- HttpActionBinding
A HttpActionBinding object.