Skip to main content

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Captcha image")]
public string AlternateText { get; set; }

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