Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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