Class CaptchaOutput
Inherited Members
Namespace: Volo.CmsKit.Public.Web.Security.Captcha
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class CaptchaOutput
Constructors
CaptchaOutput()
Declaration
public CaptchaOutput()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
ImageBytes
Declaration
public byte[] ImageBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Result
Declaration
public int Result { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |