AssociatedMetadataProvider.GetMetadataForProperty Method (Func<Object>, Type, PropertyDescriptor)
Returns the metadata for the specified property using the container type and property descriptor.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual ModelMetadata GetMetadataForProperty( Func<Object> modelAccessor, Type containerType, PropertyDescriptor propertyDescriptor )
Parameters
- modelAccessor
- Type: System.Func<Object>
The model accessor.
- containerType
- Type: System.Type
The type of the container.
- propertyDescriptor
- Type: System.ComponentModel.PropertyDescriptor
The property descriptor
Return Value
Type: System.Web.Mvc.ModelMetadataThe metadata for the specified property using the container type and property descriptor.
Show: