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
Diameter
获得/设置 拼图直径 默认 9
public int Diameter { get; set; }
Property Value
Height
获得/设置 验证码图片高度
public int Height { get; set; }
Property Value
ImageUrl
获得/设置 拼图背景图片路径
public string? ImageUrl { get; set; }
Property Value
OffsetX
获得/设置 拼图 X 位置
public int OffsetX { get; set; }
Property Value
OffsetY
获得/设置 拼图 Y 位置
public int OffsetY { get; set; }
Property Value
SideLength
获得/设置 拼图边长 默认 42
public int SideLength { get; set; }
Property Value
Width
获得/设置 验证码图片宽度
public int Width { get; set; }