mirror of
https://github.com/gusmanb/MessageBox.Avalonia
synced 2026-07-22 17:33:48 +00:00
No description
- C# 95.5%
- CSS 2.2%
- HTML 1.6%
- JavaScript 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| Exmaple2.0 | ||
| Images | ||
| MsBox.Avalonia | ||
| XTest | ||
| .gitignore | ||
| LICENSE | ||
| MessageBox.Avalonia.sln | ||
| MessageBox.Avalonia.sln.DotSettings | ||
| README.md | ||
MessageBox.Avalonia
Messagebox for AvaloniaUI Now support all platforms as Xplat template
To start you should install MessageBox.Avalonia NuGet package
dotnet add package MessageBox.Avalonia
The easiest way to get started is this:
var box = MessageBoxManager
.GetMessageBoxStandard("Caption", "Are you sure you would like to delete appender_replace_page_1?",
ButtonEnum.YesNo);
var result = await box.ShowAsync();
Support: https://t.me/Avalonia
Powered by
