1 Install-Package Lazy.Captcha.Core注冊服務(wù)1 builder.Services.AddCaptcha();自定義注冊服務(wù)1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 // 注冊服務(wù)的時(shí)候增加配置 services.AddCaptcha(Configuration, option => { option.CaptchaType = CaptchaType.WORD; // ...
www.dbjr.com.cn/aspnet/3230575...htm 2025-6-8