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

Inheritance: BaseWebComponent, IValidateHuman
Show file Open project: ninianne98/CarrotCakeCMS-MVC

Public Methods

Method Description
Captcha2 ( ) : System
GetHtml ( ) : string
ValidateValue ( string testValue ) : bool

Private Methods

Method Description
GetCaptchaImageURI ( ) : string

Method Details

Captcha2() public method

public Captcha2 ( ) : System
return System

GetHtml() public method

public GetHtml ( ) : string
return string

ValidateValue() public method

public ValidateValue ( string testValue ) : bool
testValue string
return bool