Flash messages for ASP.NET Core to persist messages through a Post-redirect-get pattern.
Info
Version: | 0.3.0-alpha0008 |
Author(s): | Geek Learning, Adrien Siffermann, Cyprien Autexier |
Last Update: | Tuesday, March 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GeekLearning.AspNetCore.FlashMessage |
Install
Install-Package GeekLearning.AspNetCore.FlashMessage
dotnet add package GeekLearning.AspNetCore.FlashMessage
paket add GeekLearning.AspNetCore.FlashMessage
GeekLearning.AspNetCore.FlashMessage Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.DataProtection.Abstractions(>= 2.0.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.1)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- Microsoft.Extensions.PlatformAbstractions(>= 1.1.0)