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

CaptchaExtension Class

Represents an extension object implementing the Captcha functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class CaptchaExtension :
    ExtensionBase

The following members return CaptchaExtension objects:

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
ExtensionBase
CaptchaExtension
See Also