CaptchaExtension.GetCode(String) Method
Gets the textual representation of the code automatically generated by Captcha and displayed within the challenge image.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
extensionName | String | A String value specifying the captcha extension name. |
Returns
Type | Description |
---|---|
String | A String value representing the automatically generated code. |
See Also