CachedAssociatedMetadataProvider(TModelMetadata).GetMetadataForProperties Method
Gets the metadata for the properties.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract GetMetadataForProperties : container:Object * containerType:Type -> IEnumerable<ModelMetadata> override GetMetadataForProperties : container:Object * containerType:Type -> IEnumerable<ModelMetadata>
Parameters
- container
- Type: System.Object
The container.
- containerType
- Type: System.Type
The container type.
Return Value
Type: System.Collections.Generic.IEnumerable(ModelMetadata)The metadata for the properties.
Show: