DefaultActionValueBinder.GetParameterBinding Method (HttpParameterDescriptor)

 

Gets the HttpParameterBinding associated with the DefaultActionValueBinder.

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

Syntax

protected virtual HttpParameterBinding GetParameterBinding(
    HttpParameterDescriptor parameter
)
protected:
virtual HttpParameterBinding^ GetParameterBinding(
    HttpParameterDescriptor^ parameter
)
abstract GetParameterBinding : 
        parameter:HttpParameterDescriptor -> HttpParameterBinding
override GetParameterBinding : 
        parameter:HttpParameterDescriptor -> HttpParameterBinding
Protected Overridable Function GetParameterBinding (
    parameter As HttpParameterDescriptor
) As HttpParameterBinding

Parameters

Return Value

Type: System.Web.Http.Controllers.HttpParameterBinding

The HttpParameterBinding associated with the DefaultActionValueBinder.

See Also

DefaultActionValueBinder Class
System.Web.Http.ModelBinding Namespace

Return to top