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

Captcha attribute.
상속: CustomElementAttribute
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 프로퍼티들

프로퍼티 타입 설명
CaptchaDefaultHeight System.Int32
CaptchaDefaultWidth System.Int32

공개 메소드들

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

Renders the specified HTML.

메소드 상세

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

프로퍼티 상세

CaptchaDefaultHeight 공개적으로 정적으로 프로퍼티

Captcha default height.
public static Int32,System CaptchaDefaultHeight
리턴 System.Int32

CaptchaDefaultWidth 공개적으로 정적으로 프로퍼티

Captcha default width.
public static Int32,System CaptchaDefaultWidth
리턴 System.Int32