Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public string CharacterSet { get; set; }

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