Simplify.Web.MessageBox 1.4.6

dotnet add package Simplify.Web.MessageBox --version 1.4.6
NuGet\Install-Package Simplify.Web.MessageBox -Version 1.4.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Simplify.Web.MessageBox" Version="1.4.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Simplify.Web.MessageBox --version 1.4.6
#r "nuget: Simplify.Web.MessageBox, 1.4.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Simplify.Web.MessageBox as a Cake Addin
#addin nuget:?package=Simplify.Web.MessageBox&version=1.4.6

// Install Simplify.Web.MessageBox as a Cake Tool
#tool nuget:?package=Simplify.Web.MessageBox&version=1.4.6

Simplify.Web.MessageBox

Nuget Version Nuget Download Build Package Libraries.io dependency status for latest release CodeFactor Grade Platform PRs Welcome

Simplify.Web.MessageBox is a package which provides non-interactive server side message box for Simplify.Web web-framework.

Quick Start

Setup message box templates

There are different template file for different message box statuses. Inline templates intended to use as API responses but stylized with HTML.

Template files

Displaying message box

Default message box which will be added to 'MainContent' variable
public class MyController : Controller
{
    public override ControllerResponse Invoke()
    {
        return new MessageBox("your string");
    }
}
Inline message box

Framework execution will be stopped, message box will be returned to client without rest of the website content

public class MyController : Controller
{
    public override ControllerResponse Invoke()
    {
        return new MessageBoxInline("your string");
    }
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.6 171 8/21/2023
1.4.5 508 5/18/2022
1.4.4 5,587 11/24/2021
1.4.3 1,125 4/26/2021
1.4.2 440 2/28/2021
1.4.1 596 4/29/2020
1.4.0 581 12/22/2019
1.4.0-pre01 410 12/17/2019
1.3.0 541 10/22/2019
1.2.1 568 10/14/2019
1.2.0 746 1/3/2019
1.1.2 979 5/9/2018
1.1.1 994 8/23/2017
1.1.0 1,046 2/14/2017
1.0.0 1,053 8/26/2016
0.9.3 991 8/25/2016
0.9.2 1,017 8/24/2016
0.9.1 1,008 8/24/2016
0.9.0 1,122 8/24/2016