C# Class Framework.Mvc.ElementsTypes.Custom.EmailAttribute

Email element type attribute.
Inheritance: Framework.Mvc.ElementsTypes.Generic.TextBoxAttribute, IValidatableElement
Mostra file Open project: coreframework/Core-Framework

Public Methods

Method Description
Validate ( ModelStateDictionary modelState, string name, string value ) : void

Validates the specified element.

Method Details

Validate() public method

Validates the specified element.
public Validate ( ModelStateDictionary modelState, string name, string value ) : void
modelState ModelStateDictionary State of the model.
name string The element name.
value string The element value.
return void