Simplify.Web.MessageBox
1.4.5
.NET 5.0
.NET Standard 2.0
.NET Framework 4.6.2
dotnet add package Simplify.Web.MessageBox --version 1.4.5
NuGet\Install-Package Simplify.Web.MessageBox -Version 1.4.5
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.5" />
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.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Simplify.Web.MessageBox, 1.4.5"
#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.5
// Install Simplify.Web.MessageBox as a Cake Tool
#tool nuget:?package=Simplify.Web.MessageBox&version=1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simplify.Web.MessageBox
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.
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- Simplify.Web (>= 4.6.0)
-
.NETStandard 2.0
- Simplify.Web (>= 4.6.0)
-
net5.0
- Simplify.Web (>= 4.6.0)
-
net6.0
- Simplify.Web (>= 4.6.0)
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.5 | 378 | 5/18/2022 |
1.4.4 | 5,500 | 11/24/2021 |
1.4.3 | 1,030 | 4/26/2021 |
1.4.2 | 331 | 2/28/2021 |
1.4.1 | 500 | 4/29/2020 |
1.4.0 | 490 | 12/22/2019 |
1.4.0-pre01 | 358 | 12/17/2019 |
1.3.0 | 459 | 10/22/2019 |
1.2.1 | 490 | 10/14/2019 |
1.2.0 | 655 | 1/3/2019 |
1.1.2 | 855 | 5/9/2018 |
1.1.1 | 883 | 8/23/2017 |
1.1.0 | 925 | 2/14/2017 |
1.0.0 | 922 | 8/26/2016 |
0.9.3 | 875 | 8/25/2016 |
0.9.2 | 902 | 8/24/2016 |
0.9.1 | 885 | 8/24/2016 |
0.9.0 | 1,014 | 8/24/2016 |