ModelMetadataProvider.GetMetadataForProperty 方法

定义

获取指定属性的元数据。

public abstract System.Web.Mvc.ModelMetadata GetMetadataForProperty (Func<object> modelAccessor, Type containerType, string propertyName);
abstract member GetMetadataForProperty : Func<obj> * Type * string -> System.Web.Mvc.ModelMetadata
Public MustOverride Function GetMetadataForProperty (modelAccessor As Func(Of Object), containerType As Type, propertyName As String) As ModelMetadata

参数

modelAccessor
Func<Object>

模型访问器。

containerType
Type

容器的类型。

propertyName
String

要获取其元数据模型的属性。

返回

ModelMetadata属性的 对象。

适用于