ErrorParameterBinding 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_pubmethod ExecuteBindingAsync(ModelMetadataProvider, HttpActionContext, CancellationToken)

Executes the binding method during synchronization.(Overrides HttpParameterBinding.ExecuteBindingAsync(ModelMetadataProvider, HttpActionContext, CancellationToken).)

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.(Inherited from HttpParameterBinding.)

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. (Inherited from HttpParameterBinding.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

ErrorParameterBinding Class
System.Web.Http.ModelBinding Namespace

Return to top