MutableObjectModelBinder Class
Maps a browser request to a mutable data object.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.ModelBinding.MutableObjectModelBinder
Syntax
public class MutableObjectModelBinder : IExtensibleModelBinder
public ref class MutableObjectModelBinder : IExtensibleModelBinder
type MutableObjectModelBinder =
class
interface IExtensibleModelBinder
end
Public Class MutableObjectModelBinder
Implements IExtensibleModelBinder
Constructors
Name | Description | |
---|---|---|
![]() |
MutableObjectModelBinder() | Initializes a new instance of the MutableObjectModelBinder class. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top