1 type derived from ModelMetadataTypeAttribute
Microsoft.AspNetCore.Mvc.Core (1)
ModelMetadataTypeOfTAttribute.cs (1)
13
public class ModelMetadataTypeAttribute<T> :
ModelMetadataTypeAttribute
4 references to ModelMetadataTypeAttribute
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Metadata\ModelAttributes.cs (1)
228
var modelMetadataTypeAttributes = type.GetCustomAttributes<
ModelMetadataTypeAttribute
>(inherit: false);
ModelMetadataTypeAttribute.cs (1)
13
/// Initializes a new instance of the <see cref="
ModelMetadataTypeAttribute
" /> class.
ModelMetadataTypeOfTAttribute.cs (2)
9
/// This is a derived generic variant of the <see cref="
ModelMetadataTypeAttribute
"/>
16
/// Initializes a new instance of the <see cref="
ModelMetadataTypeAttribute
" /> class.