HttpParameterBinding Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExecuteBindingAsync(ModelMetadataProvider, HttpActionContext, CancellationToken)

Asynchronously executes the binding for the given request.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod GetValue(HttpActionContext)

Gets the parameter value from argument dictionary of the action context.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SetValue(HttpActionContext, Object)

Sets the result of this parameter binding in the argument dictionary of the action context.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top