Skip to main content

ExtensionsFactory.Captcha(Action<CaptchaSettings>) Method

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<CaptchaSettings>

A delegate method that accepts CaptchaSettings as a parameter.

#Returns

Type Description
CaptchaExtension

A CaptchaExtension object implementing the Captcha functionality.

See Also