Share via


ModelMetadataProvider.GetMetadataForProperty Method

Gets metadata for the specified property.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public MustOverride Function GetMetadataForProperty ( _
    modelAccessor As Func(Of Object), _
    containerType As Type, _
    propertyName As String _
) As ModelMetadata
public abstract ModelMetadata GetMetadataForProperty(
    Func<Object> modelAccessor,
    Type containerType,
    string propertyName
)
public:
virtual ModelMetadata^ GetMetadataForProperty(
    Func<Object^>^ modelAccessor, 
    Type^ containerType, 
    String^ propertyName
) abstract

Parameters

  • containerType
    Type: System.Type
    The type of the container.
  • propertyName
    Type: System.String
    The property to get the metadata model for.

Return Value

Type: System.Web.Mvc.ModelMetadata
The metadata model for the specified property.

See Also

Reference

ModelMetadataProvider Class

System.Web.Mvc Namespace