C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.Captcha

Mostrar archivo Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
uxCaptchaCode_RefreshButtonClick ( object sender, ImageClickEventArgs arg ) : void
uxCaptchaValidator_ServerValidate ( object source, ServerValidateEventArgs args ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

uxCaptchaCode_RefreshButtonClick() protected method

protected uxCaptchaCode_RefreshButtonClick ( object sender, ImageClickEventArgs arg ) : void
sender object
arg ImageClickEventArgs
return void

uxCaptchaValidator_ServerValidate() protected method

protected uxCaptchaValidator_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

Property Details

lblCaptcha protected_oe property

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
return global::System.Web.UI.WebControls.Label

uxCaptchaCode protected_oe property

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

uxCaptchaText protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

uxCaptchaValidator protected_oe property

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
return global::System.Web.UI.WebControls.CustomValidator