ModelBindingContext Properties
.NET Framework (current version)
Namespace:
System.Web.ModelBinding
Assembly: System.Web (in System.Web.dll)
| 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 metadata for properties of the model. |
![]() | ValidateRequest | Gets or sets a value that indicates whether client input is validated. |
![]() | ValidationNode | Gets or sets the validation node. |
![]() | ValueProvider | Gets or sets the value provider. |
Show:
