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

Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

uxCaptchaCode_RefreshButtonClick() protected méthode

protected uxCaptchaCode_RefreshButtonClick ( object sender, ImageClickEventArgs arg ) : void
sender object
arg ImageClickEventArgs
Résultat void

uxCaptchaValidator_ServerValidate() protected méthode

protected uxCaptchaValidator_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.CustomValidator