C# 클래스 Subtext.Web.Controls.Captcha.InvisibleCaptcha

Simple CAPTCHA control that requires the browser to perform a simple calculation via javascript to pass.

If javascript is not enabled, a form is rendered asking the user to add two random small numbers, unless the Accessible property is set to false.

상속: Subtext.Web.Controls.Captcha.CaptchaBase
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetClientSpecifiedAnswer ( ) : string
OnInit ( EventArgs e ) : void

Sets up a hashed answer.

OnPreRender ( EventArgs e ) : void

Raises the event.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Displays the control on the client.

메소드 상세

GetClientSpecifiedAnswer() 보호된 메소드

protected GetClientSpecifiedAnswer ( ) : string
리턴 string

OnInit() 보호된 메소드

Sets up a hashed answer.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

Raises the event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs A that contains the event data.
리턴 void

Render() 보호된 메소드

Displays the control on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that contains the output stream for rendering on the client.
리턴 void