Table of Contents

Interface IMetadataAware

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Provides an interface for exposing attributes to the AssociatedMetadataProvider class.

public interface IMetadataAware

Methods

OnMetadataCreated(ModelMetadata)

When implemented in a class, provides metadata to the model metadata creation process.

void OnMetadataCreated(ModelMetadata metadata)

Parameters

metadata ModelMetadata

The model metadata.