4 references to ContainerType
System.Web (4)
ModelBinding\AssociatedValidatorProvider.cs (3)
21
if (metadata.
ContainerType
!= null && !String.IsNullOrEmpty(metadata.PropertyName)) {
31
ICustomTypeDescriptor typeDescriptor = GetTypeDescriptor(metadata.
ContainerType
);
38
metadata.
ContainerType
.FullName, metadata.PropertyName),
ModelBinding\ModelValidationNode.cs (1)
82
Type expectedContainerType = ModelMetadata.
ContainerType
;