MinLengthAttributeAdapter Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe MinLenghtAttribute.
public MinLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.MinLengthAttribute attribute);
new System.Web.Mvc.MinLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.MinLengthAttribute -> System.Web.Mvc.MinLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As MinLengthAttribute)
Paramètres
- metadata
- ModelMetadata
Métadonnées du modèle.
- context
- ControllerContext
Contexte du contrôleur.
- attribute
- MinLengthAttribute
Attribut de longueur minimale.