Aracılığıyla paylaş


DefaultModelMetadataProvider.GetMetadataForConstructor Yöntem

Tanım

Oluşturucuyu açıklayan meta veriler sağlar.

public:
 override Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ GetMetadataForConstructor(System::Reflection::ConstructorInfo ^ constructorInfo, Type ^ modelType);
public override Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata GetMetadataForConstructor (System.Reflection.ConstructorInfo constructorInfo, Type modelType);
override this.GetMetadataForConstructor : System.Reflection.ConstructorInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Public Overrides Function GetMetadataForConstructor (constructorInfo As ConstructorInfo, modelType As Type) As ModelMetadata

Parametreler

constructorInfo
ConstructorInfo
modelType
Type

Oluşturucuyu belirten tür.

Döndürülenler

ModelMetadata öğesini açıklayan constructorbir örnek.

Şunlara uygulanır