MutableObjectModelBinder Class
Maps a browser request to a mutable data object.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | MutableObjectModelBinder() | Initializes a new instance of the MutableObjectModelBinder class. |
| Name | Description | |
|---|---|---|
![]() | BindModel(ControllerContext, ExtensibleModelBindingContext) | Binds the model by using the specified controller context and binding context. |
![]() | CanUpdateProperty(ModelMetadata) | Returns a value that indicates whether a property can be updated. |
![]() | CreateModel(ControllerContext, ExtensibleModelBindingContext) | Creates an instance of the model. |
![]() | EnsureModel(ControllerContext, ExtensibleModelBindingContext) | 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(ControllerContext, ExtensibleModelBindingContext) | Returns metadata for properties of the model. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty(ControllerContext, ExtensibleModelBindingContext, ModelMetadata, ComplexModelDtoResult) | 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.

