AssociatedMetadataProvider.GetMetadataForType Method

Definition

When overridden in a derived class, returns metadata for the model type.

public:
 override System::Web::ModelBinding::ModelMetadata ^ GetMetadataForType(Func<System::Object ^> ^ modelAccessor, Type ^ modelType);
public override System.Web.ModelBinding.ModelMetadata GetMetadataForType (Func<object> modelAccessor, Type modelType);
override this.GetMetadataForType : Func<obj> * Type -> System.Web.ModelBinding.ModelMetadata
Public Overrides 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 model type.

Exceptions

The modelType parameter is null.

Applies to