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

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

Property Value

Type: IEnumerable<String>
See Also