Info
Version: | 1.1.0 |
Author(s): | James Russo |
Last Update: | Thursday, June 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/james-russo/NotyNotification |
NuGet Url: | https://www.nuget.org/packages/NotyMVC |
Install
Install-Package NotyMVC
dotnet add package NotyMVC
paket add NotyMVC
NotyMVC Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- microsoft.aspnet.mvc(>= 3.0.20105.1)
- jquery.noty
- microsoft.aspnet.mvc(>= 4.0.40804)
- jquery.noty
- microsoft.aspnet.mvc(>= 5.0.0)
- jquery.noty
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!.