Back to Devexpress

CaptchaSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-96dde438.md

latest2.1 KB
Original Source

CaptchaSettings Class

Contains the Captcha extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CaptchaSettings :
    SettingsBase
vb
Public Class CaptchaSettings
    Inherits 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

CaptchaSettings Members

Captcha

CaptchaExtension

DevExpress.Web.Mvc Namespace