C# 클래스 mojoPortal.Web.UI.RecaptchaControl

상속: System.Web.UI.WebControls.WebControl, IValidator
파일 보기 프로젝트 열기: joeaudette/mojoportal

Private Properties

프로퍼티 타입 설명
CheckIfRecaptchaExists bool
GenerateChallengeUrl string
SetupAjaxScripts void

공개 메소드들

메소드 설명
RecaptchaControl ( ) : System

Initializes a new instance of the RecaptchaControl class.

Validate ( ) : void

Perform validation of reCAPTCHA.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

비공개 메소드들

메소드 설명
CheckIfRecaptchaExists ( ) : bool

Iterates through the Page.Validators property and look for registered instance of RecaptchaControl.

GenerateChallengeUrl ( bool noScript ) : string

This function generates challenge URL.

SetupAjaxScripts ( ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RecaptchaControl() 공개 메소드

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

Render() 보호된 메소드

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

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

Validate() 공개 메소드

Perform validation of reCAPTCHA.
public Validate ( ) : void
리턴 void