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

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.v19.2.dll

Declaration

public static string GetCode(
    string extensionName
)

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