UoN.AspNetCore.FeedbackMessage
2.1.0
Reusable bits for ASP.NET Core MVC to make displaying feedback messages easy, via Action redirects or AJAX.
Install-Package UoN.AspNetCore.FeedbackMessage -Version 2.1.0
dotnet add package UoN.AspNetCore.FeedbackMessage --version 2.1.0
<PackageReference Include="UoN.AspNetCore.FeedbackMessage" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UoN.AspNetCore.FeedbackMessage --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: UoN.AspNetCore.FeedbackMessage, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Mutiple alerts can now be set and displayed together.
`this.SetFeedbackMessage()` has now become `this.AddFeedbackMessage()`.
Use `this.ClearFeedbackMessages()` inside an MVC Controller method to remove all currently set messages.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc (>= 2.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.