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
Public method GetBinding Gets the HttpActionBinding

Top

See Also

Reference

System.Web.Http.Controllers Namespace