Click or drag to resize
IModelMetadataModifier Interface
Defines an interface for objects to customize model metadata when they are being created.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IModelMetadataModifier

The IModelMetadataModifier type exposes the following members.

Methods
  NameDescription
Public methodModifyMetadata
Allows to customize passed model metadata by object for which the metadata are being created.
Top
See Also