C# (CSharp) MvcContrib.Samples.UI.Views Namespace

Classes

Name Description
MaxLengthBehavior Behavior implementation that adds a maxlength to form elements if the corresponding model property is decorated with a Length attribute.
RequiredBehavior Behavior implementation that adds "class='required'" to form elements if the corresponding model property is decorated with a Required attribute.