IActionValueBinder Interface
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IActionValueBinder
'Usage
Dim instance As IActionValueBinder
public interface IActionValueBinder
public interface class IActionValueBinder
type IActionValueBinder = interface end
public interface IActionValueBinder
The IActionValueBinder type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBinding | Gets the HttpActionBinding |
Top