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

Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство Type Description
lblCaptcha global::System.Web.UI.WebControls.Label
uxRecaptcha global::Recaptcha.RecaptchaControl

Méthodes protégées

Méthode Description
uxRecaptcha_Init ( object sender, EventArgs e ) : void

Method Details

uxRecaptcha_Init() protected méthode

protected uxRecaptcha_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
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

uxRecaptcha protected_oe property

uxRecaptcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Recaptcha.RecaptchaControl uxRecaptcha
Résultat global::Recaptcha.RecaptchaControl