MaxLengthAttributeAdapter 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 MaxLengthAttribute.
public MaxLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.MaxLengthAttribute attribute);
new System.Web.Mvc.MaxLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.MaxLengthAttribute -> System.Web.Mvc.MaxLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As MaxLengthAttribute)
Paramètres
- metadata
- ModelMetadata
Métadonnées du modèle.
- context
- ControllerContext
Contexte du contrôleur.
- attribute
- MaxLengthAttribute
Attribut MaxLength.