ModelMetadataProvider.GetMetadataForType(Func<Object>, Type) Method

Definition

Gets metadata for the specified model accessor and model type.

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

Parameters

modelAccessor
Func<Object>

The model accessor.

modelType
Type

The type of the model.

Returns

A ModelMetadata object for the specified model accessor and model type.

Applies to