C# 클래스 Sitecore.Modules.WeBlog.WebForms.Layouts.Captcha

파일 보기 프로젝트 열기: WeTeam/WeBlog

보호된 프로퍼티들

프로퍼티 타입 설명
lblCaptcha global::System.Web.UI.WebControls.Label
uxCaptchaCode global::MSCaptcha.CaptchaControl
uxCaptchaText global::System.Web.UI.WebControls.TextBox
uxCaptchaValidator global::System.Web.UI.WebControls.CustomValidator

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
uxCaptchaCode_RefreshButtonClick ( object sender, ImageClickEventArgs arg ) : void
uxCaptchaValidator_ServerValidate ( object source, ServerValidateEventArgs args ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

uxCaptchaCode_RefreshButtonClick() 보호된 메소드

protected uxCaptchaCode_RefreshButtonClick ( object sender, ImageClickEventArgs arg ) : void
sender object
arg ImageClickEventArgs
리턴 void

uxCaptchaValidator_ServerValidate() 보호된 메소드

protected uxCaptchaValidator_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
리턴 void

프로퍼티 상세

lblCaptcha 보호되어 있는 프로퍼티

lblCaptcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCaptcha
리턴 global::System.Web.UI.WebControls.Label

uxCaptchaCode 보호되어 있는 프로퍼티

uxCaptchaCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MSCaptcha.CaptchaControl uxCaptchaCode
리턴 global::MSCaptcha.CaptchaControl

uxCaptchaText 보호되어 있는 프로퍼티

uxCaptchaText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox uxCaptchaText
리턴 global::System.Web.UI.WebControls.TextBox

uxCaptchaValidator 보호되어 있는 프로퍼티

uxCaptchaValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator uxCaptchaValidator
리턴 global::System.Web.UI.WebControls.CustomValidator