aspnetmvc-devexpress-dot-web-dot-mvc-96dde438.md
Contains the Captcha extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class CaptchaSettings :
SettingsBase
Public Class CaptchaSettings
Inherits SettingsBase
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.
Object SettingsBase CaptchaSettings
See Also