CaptchaSettings.CharacterSet Property
Gets or sets the set of characters used by Captcha to generate the code displayed on the challenge image.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the set of characters. |
Remarks
Use the CharacterSet property to specify the allowed characters (as a sequence of characters) for generating the code displayed on the Captcha’s challenge image.
See Also