DefaultActionValueBinder Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBinding(HttpActionDescriptor)

Default implementation of the IActionValueBinder interface. This interface is the primary entry point for binding action parameters.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_protmethod GetParameterBinding(HttpParameterDescriptor)

Gets the HttpParameterBinding associated with the DefaultActionValueBinder.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

DefaultActionValueBinder Class
System.Web.Http.ModelBinding Namespace

Return to top