CaptchaSettings.ChallengeImage Property
In This Article
Gets the settings of image displayed within the challenge image element.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CaptchaImageProperties ChallengeImage { get; }
#Property Value
Type | Description |
---|---|
Captcha |
A Captcha |
See Also