IActionValueBinder.GetBinding Method (HttpActionDescriptor)

 

Gets the HttpActionBinding.

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

Syntax

HttpActionBinding GetBinding(
    HttpActionDescriptor actionDescriptor
)
HttpActionBinding^ GetBinding(
    HttpActionDescriptor^ actionDescriptor
)
abstract GetBinding : 
        actionDescriptor:HttpActionDescriptor -> HttpActionBinding
Function GetBinding (
    actionDescriptor As HttpActionDescriptor
) As HttpActionBinding

Parameters

Return Value

Type: System.Web.Http.Controllers.HttpActionBinding

A HttpActionBinding object.

See Also

IActionValueBinder Interface
System.Web.Http.Controllers Namespace

Return to top