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

CaptchaSettings Class

Contains the Captcha extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class CaptchaSettings :
    SettingsBase

Remarks

To declare the Captcha in a View, invoke the ExtensionsFactory.Captcha helper method. This method returns the Captcha extension that is implemented by the CaptchaExtension class.

To configure the Captcha extension, pass the CaptchaSettings object to the ExtensionsFactory.Captcha helper method as a parameter. The CaptchaSettings object contains all the Captcha extension settings.

Refer to the Captcha Overview topic to learn how to add the Captcha extension to your project.

Inheritance

Object
SettingsBase
CaptchaSettings
See Also