CaptchaImageProperties.AlternateText Property
Gets or sets the alternate text displayed, instead of the challenge image, when the image is unavailable.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "Captcha image" | A String value that specifies the alternate text displayed instead of the image. |
Remarks
Use the AlternateText property to specify the text to display instead of the image, when the image is not available.
See Also