C# 클래스 Framework.Mvc.ElementsTypes.Generic.DateAttribute

Date picker attribute.
상속: TextBoxAttribute, IValidatableElement
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Render ( HtmlHelper html, String name, String value, String values ) : string

Renders the specified HTML.

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

Validates the specified element.

메소드 상세

Render() 공개 메소드

Renders the specified HTML.
public Render ( HtmlHelper html, String name, String value, String values ) : string
html HtmlHelper The HTML helper.
name String The element name.
value String The element value.
values String The element values.
리턴 string

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