C# Class MvcContrib.Samples.UI.Views.MaxLengthBehavior

Behavior implementation that adds a maxlength to form elements if the corresponding model property is decorated with a Length attribute.
Inheritance: IMemberBehavior
Afficher le fichier Open project: atomicobject/mvccontrib

Méthodes publiques

Méthode Description
Execute ( IMemberElement element ) : void

Method Details

Execute() public méthode

public Execute ( IMemberElement element ) : void
element IMemberElement
Résultat void