Skip to main content
A newer version of this page is available. .

ExtensionsFactory.Captcha(Action<CaptchaSettings>) Method

Creates a Captcha

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public CaptchaExtension Captcha(
    Action<CaptchaSettings> method
)

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