AssociatedMetadataProvider.GetMetadataForType Method
Returns the metadata for the specified property using the type of the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override function GetMetadataForType( modelAccessor : Func<Object>, modelType : Type ) : ModelMetadata
Parameters
- modelAccessor
- Type: System.Func(Object)
The model accessor.
- modelType
- Type: System.Type
The type of the model.
Return Value
Type: System.Web.Mvc.ModelMetadataThe metadata for the specified property using the type of the model.
Show: