CaptchaExtension Constructors
Represents an extension object implementing the Captcha functionality.| Name | Parameters | Description |
|---|---|---|
| CaptchaExtension(CaptchaSettings, ViewContext) | settings, viewContext | Initializes a new instance of the CaptchaExtension class with the specified settings and provides the context information about the view. |
| CaptchaExtension(CaptchaSettings) | settings | Initializes a new instance of the CaptchaExtension class with the specified settings. |
See Also