ExtensionsFactory.Captcha(Action<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(
Action<CaptchaSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Captcha |
A delegate method that accepts Captcha |
#Returns
Type | Description |
---|---|
Captcha |
A Captcha |
See Also