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

FormLayoutNestedExtensionFactory.Captcha(Action<CaptchaSettings>) Method

Creates a Captcha.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void Captcha(
    Action<CaptchaSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<CaptchaSettings>

A CaptchaSettings object containing Captcha extension settings.

See Also