NToastNotify Versions Save

Asp.Net Core abstraction for server side rendered toast notifications using toast.js or noty.js. Supports AJAX calls as well.

2.0.2

6 years ago
  • Added a new NToastNotifyOption with currently default title and messages for toast messages.
  • Added an interface ITempWrapper and TempWrapper implementation to the service container to manage TempData.
  • Some Refactoring

2.0.1

6 years ago

Added default parameters to existing methods.

2.0.0

6 years ago
  • Added some more helper functions to IToastNotification interface.
  • Breaking change with namespace. - NToastNotify.Constants moved to NToastNotify.

1.0.5

7 years ago

Implemented Global Settings.