Santhos.Web.Mvc.BootstrapFlashMessages 0.1.0.21326

There is a newer version of this package available.
See the version list below for details.
dotnet add package Santhos.Web.Mvc.BootstrapFlashMessages --version 0.1.0.21326
NuGet\Install-Package Santhos.Web.Mvc.BootstrapFlashMessages -Version 0.1.0.21326
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Santhos.Web.Mvc.BootstrapFlashMessages" Version="0.1.0.21326" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Santhos.Web.Mvc.BootstrapFlashMessages --version 0.1.0.21326
#r "nuget: Santhos.Web.Mvc.BootstrapFlashMessages, 0.1.0.21326"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Santhos.Web.Mvc.BootstrapFlashMessages as a Cake Addin
#addin nuget:?package=Santhos.Web.Mvc.BootstrapFlashMessages&version=0.1.0.21326

// Install Santhos.Web.Mvc.BootstrapFlashMessages as a Cake Tool
#tool nuget:?package=Santhos.Web.Mvc.BootstrapFlashMessages&version=0.1.0.21326

Asp.NET Mvc Bootstrap Flash Messages extends MVC Controllers with methods to easily create flash messages using TempData

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1.22752 2,382 4/15/2016
0.1.0.32538 930 4/15/2016
0.1.0.21326 1,544 10/18/2015

Initial package
     - 4 extension methods added to Mvc Controller to create flash messages: .Flash*(message, params)
     - 1 extension method added to HtmlHelper to show the messages: @Html.FlashMessages(dismissible)