Blazorise Captcha API
Explore the Blazorise Captcha API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Captcha documentation.
API
Events
| Event | Description | Type |
|---|---|---|
Expired |
The Captcha expired event. |
EventCallback |
Solved |
A Captcha solved event. Provides contextual information about the Captcha state after the user has solved. |
EventCallback<CaptchaState> |
Validate |
A Captcha validation event. Further validation may be performed here. |
Func<CaptchaState, Task<bool>> |
Methods
| Method | Description | Return | Parameters |
|---|---|---|---|
Reset |
Resets the Captcha. | Task | |
Submit |
Submits the Captcha. | Task |