ExtensionsFactory.Captcha(CaptchaSettings) Method
Creates a Captcha.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | CaptchaSettings | A CaptchaSettings object containing Captcha extension settings. |
Returns
| Type | Description |
|---|---|
| CaptchaExtension | A CaptchaExtension object implementing the Captcha functionality. |
See Also