DefaultModelMetadataProvider.GetMetadataForConstructor Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Fornisce metadati che descrivono un costruttore.
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
Parametri
- constructorInfo
- ConstructorInfo
- modelType
- Type
Tipo che dichiara il costruttore.
Restituisce
ModelMetadata Istanza che descrive .constructor