Table of Contents

Interface IActionValueBinder

Namespace
System.Web.Http.Controllers
Assembly
System.Web.Http.dll

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

public interface IActionValueBinder

Methods

GetBinding(HttpActionDescriptor)

HttpActionBinding GetBinding(HttpActionDescriptor actionDescriptor)

Parameters

actionDescriptor HttpActionDescriptor

The action descriptor.

Returns

HttpActionBinding

A HttpActionBinding object.