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

Definition

Returns metadata for the specified model type.

public:
 abstract System::Web::ModelBinding::ModelMetadata ^ GetMetadataForType(Func<System::Object ^> ^ modelAccessor, Type ^ modelType);
public abstract System.Web.ModelBinding.ModelMetadata GetMetadataForType (Func<object> modelAccessor, Type modelType);
abstract member GetMetadataForType : Func<obj> * Type -> System.Web.ModelBinding.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

Metadata for the specified model type.

Applies to