C# Class App_Code.Controls.RecaptchaControl

The recaptcha control.
Inheritance: System.Web.UI.WebControls.WebControl, IValidator
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UpdateLog ( Comment comment ) : void

The update log.

Validate ( ) : void

The validate.

ValidateAsync ( string response, string challenge ) : bool

Validates the async.

Méthodes protégées

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs /// An object that contains the event data. ///
Résultat void

OnUnload() protected méthode

Raises the E:System.Web.UI.Control.Unload event.
protected OnUnload ( EventArgs e ) : void
e System.EventArgs /// An object that contains event data. ///
Résultat void

Render() protected méthode

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. ///
Résultat void

RenderContents() protected méthode

Renders the contents.
protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter /// The output. ///
Résultat void

UpdateLog() public méthode

The update log.
public UpdateLog ( Comment comment ) : void
comment Comment /// The comment. ///
Résultat void

Validate() public méthode

The validate.
public Validate ( ) : void
Résultat void

ValidateAsync() public méthode

Validates the async.
public ValidateAsync ( string response, string challenge ) : bool
response string /// The response. ///
challenge string /// The challenge. ///
Résultat bool