ExtensionsFactory.Captcha(CaptchaSettings) Method
In This Article
Creates a Captcha.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CaptchaExtension Captcha(
CaptchaSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Captcha |
A Captcha |
#Returns
Type | Description |
---|---|
Captcha |
A Captcha |
See Also