No description
  • C# 95.5%
  • CSS 2.2%
  • HTML 1.6%
  • JavaScript 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-07-28 22:17:12 +02:00
.github/workflows Update CI to use .NET 6 SDK 2022-09-01 14:31:25 +03:00
Exmaple2.0 release 2023-07-08 19:09:08 +03:00
Images Add files via upload 2022-03-16 09:36:56 +03:00
MsBox.Avalonia Merge branch 'master' into master 2023-07-28 22:17:12 +02:00
XTest release 2023-07-08 19:09:08 +03:00
.gitignore Images 2019-12-22 17:26:10 +03:00
LICENSE Update LICENSE 2020-12-16 05:34:11 +03:00
MessageBox.Avalonia.sln fix 2023-07-28 22:08:04 +03:00
MessageBox.Avalonia.sln.DotSettings MsBoxMarkdownWindow 2022-03-13 11:24:26 +01:00
README.md Update README.md 2023-07-18 11:17:52 +03:00

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

nuget or download this repo.

nuget


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();

Other examples: wiki

Support: https://t.me/Avalonia


Powered by

portfolio_view