ExtensibleModelBindingContext Class
Provides the context in which a model binder functions.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.ModelBinding.ExtensibleModelBindingContext
Syntax
public class ExtensibleModelBindingContext
public ref class ExtensibleModelBindingContext
type ExtensibleModelBindingContext = class end
Public Class ExtensibleModelBindingContext
Constructors
Name | Description | |
---|---|---|
![]() |
ExtensibleModelBindingContext() | Initializes a new instance of the ExtensibleModelBindingContext class. |
![]() |
ExtensibleModelBindingContext(ExtensibleModelBindingContext) | Initializes a new instance of the ExtensibleModelBindingContext class. |
Properties
Name | Description | |
---|---|---|
![]() |
Model | Gets or sets the model. |
![]() |
ModelBinderProviders | Gets or sets a collection of model-binder providers |
![]() |
ModelMetadata | Gets or sets metadata for the model. |
![]() |
ModelName | Gets or sets the name of the model. |
![]() |
ModelState | Gets or sets the model state. |
![]() |
ModelType | Gets the type of the model. |
![]() |
PropertyMetadata | Gets the metadata for properties of the model. |
![]() |
ValidationNode | Gets or sets the validation node. |
![]() |
ValueProvider | Gets or sets the value provider. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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