Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slavan-st/captcha
Небольшая и простая Captcha для Avalonia
https://github.com/slavan-st/captcha
avalonia captcha csharp customcontrol git
Last synced: 10 days ago
JSON representation
Небольшая и простая Captcha для Avalonia
- Host: GitHub
- URL: https://github.com/slavan-st/captcha
- Owner: Slavan-ST
- License: mit
- Created: 2024-01-01T15:15:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T07:25:27.000Z (8 months ago)
- Last Synced: 2024-10-13T21:39:21.333Z (about 1 month ago)
- Topics: avalonia, captcha, csharp, customcontrol, git
- Language: C#
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
#Usage:
1. In AXAML markup:
```xaml
xmlns:controls="using:Captcha"
```
2. Properties:```c#
///The text entered by the user is necessary to verify the passage of the captcha
public string InputUserText
///Whether the captcha was passed or not, true - yes, false - no
public bool IsVerified
```