ExtensibleModelBindingContext Class
Provides the context in which a model binder functions.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ExtensibleModelBindingContext() | Initializes a new instance of the ExtensibleModelBindingContext class. |
![]() | ExtensibleModelBindingContext(ExtensibleModelBindingContext) | Initializes a new instance of the ExtensibleModelBindingContext class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


