ModelMetadataProvider.GetMetadataForProperty Method (Func(Of Object), Type, String)
.NET Framework (current version)
Returns metadata for the specified property.
Assembly: System.Web (in System.Web.dll)
Public MustOverride Function GetMetadataForProperty ( modelAccessor As Func(Of Object), containerType As Type, propertyName As String ) As ModelMetadata
Parameters
- modelAccessor
-
Type:
System.Func(Of Object)
The model accessor.
- containerType
-
Type:
System.Type
The type of the container.
- propertyName
-
Type:
System.String
The name of the property.
.NET Framework
Available since 4.5
Available since 4.5
Show: