C# Класс Subtext.Web.Controls.Captcha.InvisibleCaptcha

Simple CAPTCHA control that requires the browser to perform a simple calculation via javascript to pass.

If javascript is not enabled, a form is rendered asking the user to add two random small numbers, unless the Accessible property is set to false.

Наследование: Subtext.Web.Controls.Captcha.CaptchaBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
GetClientSpecifiedAnswer ( ) : string
OnInit ( EventArgs e ) : void

Sets up a hashed answer.

OnPreRender ( EventArgs e ) : void

Raises the event.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Displays the control on the client.

Описание методов

GetClientSpecifiedAnswer() защищенный Метод

protected GetClientSpecifiedAnswer ( ) : string
Результат string

OnInit() защищенный Метод

Sets up a hashed answer.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

Raises the event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs A that contains the event data.
Результат void

Render() защищенный Метод

Displays the control on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that contains the output stream for rendering on the client.
Результат void