Click or drag to resize
RecaptchaResponse Class
Encapsulates a response from reCAPTCHA web service.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsRecaptchaResponse

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class RecaptchaResponse

The RecaptchaResponse type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInvalidChallenge
Invalid challenge.
Public fieldStatic memberInvalidResponse
Invalid response.
Public fieldStatic memberInvalidSolution
Invalid solution.
Public fieldStatic memberRecaptchaNotReachable
Recaptcha is not reachable.
Public fieldStatic memberValid
Valid.
Top
Properties
  NameDescription
Public propertyErrorMessage
Gets response error message.
Public propertyIsValid
Indicates if response is valid.
Top
Methods
See Also