CachedAssociatedMetadataProvider<TModelMetadata>.GetMetadataForProperties Method
Gets the metadata for the properties.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override sealed IEnumerable<ModelMetadata> GetMetadataForProperties( Object container, Type containerType )
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: