ExtensionsFactory.Captcha(Action<CaptchaSettings>) Method
Creates a Captcha
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<CaptchaSettings> | A delegate method that accepts CaptchaSettings as a parameter. |
Returns
Type | Description |
---|---|
CaptchaExtension | A CaptchaExtension object implementing the Captcha functionality. |
See Also