C# Class Carrotware.Web.UI.Components.Captcha2

Inheritance: BaseWebComponent, IValidateHuman
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC

Méthodes publiques

Méthode Description
Captcha2 ( ) : System
GetHtml ( ) : string
ValidateValue ( string testValue ) : bool

Private Methods

Méthode Description
GetCaptchaImageURI ( ) : string

Method Details

Captcha2() public méthode

public Captcha2 ( ) : System
Résultat System

GetHtml() public méthode

public GetHtml ( ) : string
Résultat string

ValidateValue() public méthode

public ValidateValue ( string testValue ) : bool
testValue string
Résultat bool