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

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

Private Properties

프로퍼티 타입 설명
GenerateNewCaptcha void
RenderHiddenInputForEncryptedAnswer void

공개 메소드들

메소드 설명
CaptchaControl ( ) : System

Initializes a new instance of the CaptchaControl class.

LoadPostData ( string PostDataKey, NameValueCollection Values ) : bool

Loads the post data.

RaisePostDataChangedEvent ( ) : void

When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.

보호된 메소드들

메소드 설명
EvaluateIsValid ( ) : bool

When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.

OnPreRender ( EventArgs e ) : void

Generates the captcha if it hasn't been generated already.

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

비공개 메소드들

메소드 설명
GenerateNewCaptcha ( ) : void
RenderHiddenInputForEncryptedAnswer ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

CaptchaControl() 공개 메소드

Initializes a new instance of the CaptchaControl class.
public CaptchaControl ( ) : System
리턴 System

EvaluateIsValid() 보호된 메소드

When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
protected EvaluateIsValid ( ) : bool
리턴 bool

LoadPostData() 공개 메소드

Loads the post data.
public LoadPostData ( string PostDataKey, NameValueCollection Values ) : bool
PostDataKey string The post data key.
Values System.Collections.Specialized.NameValueCollection The values.
리턴 bool

OnPreRender() 보호된 메소드

Generates the captcha if it hasn't been generated already.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

RaisePostDataChangedEvent() 공개 메소드

When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
public RaisePostDataChangedEvent ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void