C# Класс App_Code.Controls.RecaptchaControl

The recaptcha control.
Наследование: System.Web.UI.WebControls.WebControl, IValidator
Показать файл Открыть проект

Private Properties

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

Открытые методы

Метод Описание
UpdateLog ( Comment comment ) : void

The update log.

Validate ( ) : void

The validate.

ValidateAsync ( string response, string challenge ) : bool

Validates the async.

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

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

Raises the E:System.Web.UI.Control.Init event.

OnUnload ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Unload event.

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

Renders the control to the specified HTML writer.

RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

Renders the contents.

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs /// An object that contains the event data. ///
Результат void

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

Raises the E:System.Web.UI.Control.Unload event.
protected OnUnload ( EventArgs e ) : void
e System.EventArgs /// An object that contains event data. ///
Результат void

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

Renders the control to the specified HTML writer.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter /// The object that receives the control content. ///
Результат void

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

Renders the contents.
protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter /// The output. ///
Результат void

UpdateLog() публичный Метод

The update log.
public UpdateLog ( Comment comment ) : void
comment Comment /// The comment. ///
Результат void

Validate() публичный Метод

The validate.
public Validate ( ) : void
Результат void

ValidateAsync() публичный Метод

Validates the async.
public ValidateAsync ( string response, string challenge ) : bool
response string /// The response. ///
challenge string /// The challenge. ///
Результат bool