MvcFlash 0.0.4
See the version list below for details.
dotnet add package MvcFlash --version 0.0.4
NuGet\Install-Package MvcFlash -Version 0.0.4
<PackageReference Include="MvcFlash" Version="0.0.4" />
paket add MvcFlash --version 0.0.4
#r "nuget: MvcFlash, 0.0.4"
// Install MvcFlash as a Cake Addin #addin nuget:?package=MvcFlash&version=0.0.4 // Install MvcFlash as a Cake Tool #tool nuget:?package=MvcFlash&version=0.0.4
There are times where you would like to pass a message up to the view, but you aren’t sure where the redirects will end up last. That is where MvcFlash comes in. You push messages into MvcFlash and then call Flash() when you need the messages display. A super simple implementation that just works. Download the source, or go to the GitHub project page to see all the things you can do.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MvcFlash:
Package | Downloads |
---|---|
ImtMvcStarter
Basic mvc starter project that sets up the basic project structure and uses many useful packages such as: StructureMap, FluentValidator, FluentMigrator, Elmah, Value Injector, MvcFlash, Json.Net etc. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MvcFlash:
Repository | Stars |
---|---|
restful-routing/restful-routing
A rails inspired restful routing api for asp .net mvc
|