Mrxx99 / MessageBox.Avalonia

Messagebox for AvaloniaUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Messagebox for AvaloniaUI

License:MIT License


Languages

Language:C# 95.5%Language:CSS 2.2%Language:HTML 1.6%Language:JavaScript 0.7%