ModelMetadataProvider.GetMetadataForProperty Method

Gets metadata for the specified property.

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

abstract GetMetadataForProperty : 
        modelAccessor:Func<Object> * 
        containerType:Type * 
        propertyName:string -> ModelMetadata

Parameters

modelAccessor
Type: System.Func(Object)

The model accessor.

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
A ModelMetadata object for the property.
Show: