Skip to main content

FormLayoutNestedExtensionFactory.Captcha(Action<CaptchaSettings>) Method

Creates a Captcha.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Captcha(
    Action<CaptchaSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<CaptchaSettings>

A CaptchaSettings object containing Captcha extension settings.

See Also