NotyMVC 1.0.6
See the version list below for details.
dotnet add package NotyMVC --version 1.0.6
NuGet\Install-Package NotyMVC -Version 1.0.6
<PackageReference Include="NotyMVC" Version="1.0.6" />
paket add NotyMVC --version 1.0.6
#r "nuget: NotyMVC, 1.0.6"
// Install NotyMVC as a Cake Addin #addin nuget:?package=NotyMVC&version=1.0.6 // Install NotyMVC as a Cake Tool #tool nuget:?package=NotyMVC&version=1.0.6
This package uses the latest version of Noty (jQuery) and TempData request to "queue" up a message that will automatically be presented to the user upon redirection.
With a simple extension method (.WithNotification()) you can give great user feedback with minimal effort.
In addition, you have access to a javascript method "ShowNotification" which follows the same defaults as the extension method.
All you need to do is add Html.Partial("NotyNotifications") to your layout file(s) and your all set. For the best experience, add the reference to you Shared Layout (master) page
and never worry about it again!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 3.5
- jquery.noty
- microsoft.aspnet.mvc (>= 3.0.20105.1)
-
.NETFramework 4.0
- jquery.noty
- microsoft.aspnet.mvc (>= 4.0.40804)
-
.NETFramework 4.5
- jquery.noty
- microsoft.aspnet.mvc (>= 5.0.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 1.0.5
-Initial Release