Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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