C# 클래스 Framework.Mvc.ElementsTypes.Custom.EmailAttribute

Email element type attribute.
상속: Framework.Mvc.ElementsTypes.Generic.TextBoxAttribute, IValidatableElement
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Validate ( ModelStateDictionary modelState, string name, string value ) : void

Validates the specified element.

메소드 상세

Validate() 공개 메소드

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.
리턴 void