CachedAssociatedMetadataProvider<TModelMetadata>.GetMetadataForProperty Method (Func<Object>, Type, String)
Returns the metadata for the specified property.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override sealed ModelMetadata GetMetadataForProperty( Func<Object> modelAccessor, Type containerType, string propertyName )
Parameters
- modelAccessor
- Type: System.Func<Object>
The model accessor.
- containerType
- Type: System.Type
The container type.
- propertyName
- Type: System.String
The property name.
Show: