ModelMetadataTypeAttribute(Type) Constructor

Definition

Initializes a new instance of the ModelMetadataTypeAttribute class.

public:
 ModelMetadataTypeAttribute(Type ^ type);
public ModelMetadataTypeAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ModelMetadataTypeAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelMetadataTypeAttribute
Public Sub New (type As Type)

Parameters

type
Type

The type of metadata class that is associated with a data model class.

Applies to