MutableObjectModelBinder Class
Maps a browser request to a mutable data object.
Inheritance Hierarchy
System.Object
System.Web.Http.ModelBinding.Binders.MutableObjectModelBinder
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class MutableObjectModelBinder _
Implements IModelBinder
'Usage
Dim instance As MutableObjectModelBinder
public class MutableObjectModelBinder : IModelBinder
public ref class MutableObjectModelBinder : IModelBinder
type MutableObjectModelBinder =
class
interface IModelBinder
end
public class MutableObjectModelBinder implements IModelBinder
The MutableObjectModelBinder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MutableObjectModelBinder | Initializes a new instance of the MutableObjectModelBinder class. |
Top
Methods
Name | Description | |
---|---|---|
BindModel | Binds the model by using the specified action context and binding context. | |
CanUpdateProperty | Retrieves a value that indicates whether a property can be updated. | |
CreateModel | Creates an instance of the model. | |
EnsureModel | Creates a model instance if an instance does not yet exist in the binding context. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMetadataForProperties | Retrieves metadata for properties of the model. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetProperty | Sets the value of a specified property. | |
ToString | (Inherited from Object.) |
Top
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.