Back to Devexpress

CaptchaSettings.CharacterSet Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-captchasettings-c3419c32.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string CharacterSet { get; set; }
vb
Public Property CharacterSet As String

Property Value

TypeDescription
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

Captcha

CaptchaSettings Class

CaptchaSettings Members

DevExpress.Web.Mvc Namespace