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

Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
lblCaptcha global::System.Web.UI.WebControls.Label
uxRecaptcha global::Recaptcha.RecaptchaControl

Protected Methods

Method Description
uxRecaptcha_Init ( object sender, EventArgs e ) : void

Method Details

uxRecaptcha_Init() protected method

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

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
return global::Recaptcha.RecaptchaControl