C# Class mojoPortal.Web.UI.RecaptchaValidator

Calls the reCAPTCHA server to validate the answer to a reCAPTCHA challenge. Normally, you will use the RecaptchaControl class to insert a web control on your page. However
ファイルを表示 Open project: joeaudette/mojoportal Class Usage Examples

Private Properties

Property Type Description
CheckNotNull void

Public Methods

Method Description
Validate ( ) : RecaptchaResponse

Private Methods

Method Description
CheckNotNull ( object obj, string name ) : void

Method Details

Validate() public method

public Validate ( ) : RecaptchaResponse
return RecaptchaResponse