MutableObjectModelBinder Class
Maps a browser request to a mutable data object.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | MutableObjectModelBinder() | Initializes a new instance of the MutableObjectModelBinder class. |
| Name | Description | |
|---|---|---|
![]() | BindModel(HttpActionContext^, ModelBindingContext^) | Binds the model by using the specified action context and binding context. |
![]() | CanUpdateProperty(ModelMetadata^) | Retrieves a value that indicates whether a property can be updated. |
![]() | CreateModel(HttpActionContext^, ModelBindingContext^) | Creates an instance of the model. |
![]() | EnsureModel(HttpActionContext^, ModelBindingContext^) | Creates a model instance if an instance does not yet exist in the binding context. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMetadataForProperties(HttpActionContext^, ModelBindingContext^) | Retrieves metadata for properties of the model. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty(HttpActionContext^, ModelBindingContext^, ModelMetadata^, ComplexModelDtoResult^, ModelValidator^) | Sets the value of a specified property. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

