C# Класс Sitecore.Modules.WeBlog.WebForms.Layouts.Captcha

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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