Click or drag to resize
RecaptchaResponseErrorCodes Property
Error codes explaining why reCAPTCHA validation failed.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<string> ErrorCodes { get; set; }

Property Value

Type: IEnumerableString
See Also