Table of Contents

Class CaptchaOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Captcha 滑块验证码组件

public class CaptchaOption
Inheritance
CaptchaOption
Inherited Members
Extension Methods

Constructors

CaptchaOption()

public CaptchaOption()

Properties

BarWidth

获得/设置 拼图宽度

public int BarWidth { get; set; }

Property Value

int

Diameter

获得/设置 拼图直径 默认 9

public int Diameter { get; set; }

Property Value

int

Height

获得/设置 验证码图片高度

public int Height { get; set; }

Property Value

int

ImageUrl

获得/设置 拼图背景图片路径

public string? ImageUrl { get; set; }

Property Value

string

OffsetX

获得/设置 拼图 X 位置

public int OffsetX { get; set; }

Property Value

int

OffsetY

获得/设置 拼图 Y 位置

public int OffsetY { get; set; }

Property Value

int

SideLength

获得/设置 拼图边长 默认 42

public int SideLength { get; set; }

Property Value

int

Width

获得/设置 验证码图片宽度

public int Width { get; set; }

Property Value

int