IActionValueBinder Interface

 

Defines the method for retrieval of action binding associated with parameter value.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public interface IActionValueBinder
public interface class IActionValueBinder
type IActionValueBinder = interface end
Public Interface IActionValueBinder

Methods

Name Description
System_CAPS_pubmethod GetBinding(HttpActionDescriptor)

Gets the HttpActionBinding.

See Also

System.Web.Http.Controllers Namespace

Return to top