griffin.mvccontrib 1.1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package griffin.mvccontrib --version 1.1.2.1
NuGet\Install-Package griffin.mvccontrib -Version 1.1.2.1
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="griffin.mvccontrib" Version="1.1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add griffin.mvccontrib --version 1.1.2.1
#r "nuget: griffin.mvccontrib, 1.1.2.1"
#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 griffin.mvccontrib as a Cake Addin
#addin nuget:?package=griffin.mvccontrib&version=1.1.2.1

// Install griffin.mvccontrib as a Cake Tool
#tool nuget:?package=griffin.mvccontrib&version=1.1.2.1

* Zero code localization. You don't even have to use the [Display] attribute.

* A MembershipProvider that uses the DependencyResolver and a few interfaces to make it easier to understand.

* Better HtmlHelpers which lets you modify the HTML tags before they are written to the view.

Read the homepage for more information

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on griffin.mvccontrib:

Package Downloads
Griffin.MvcContrib.SqlServer

SqlServer integration package for Griffin.MvcContrib

Griffin.MvcContrib.Admin

Adds an administration area used to handle localization of views, models and validation messages. By installing it, you get zero-code localization of your project.

Griffin.MvcContrib.RavenDb

Contains an implementation of the membership provider and the localization features.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3 80,868 11/14/2012
1.1.3-pre1 1,267 11/14/2012
1.1.2.1 2,119 8/17/2012
1.1.2 1,915 8/17/2012
1.1.1 1,386 8/17/2012
1.1.0 1,778 5/28/2012
1.0.9 1,392 8/17/2012
1.0.8 1,438 5/21/2012
1.0.7.1 1,498 5/9/2012
1.0.7 1,370 5/9/2012
1.0.6 1,435 5/4/2012
1.0.5.1 1,460 4/29/2012
1.0.5 1,389 4/29/2012
1.0.4 1,417 4/29/2012
1.0.3 1,455 4/26/2012
1.0.2 1,435 4/26/2012
1.0.1 1,402 4/26/2012
1.0.0 1,927 3/23/2012
0.0.9 1,906 2/20/2012
0.0.8 1,832 2/20/2012
0.0.7 2,208 2/13/2012
0.0.6 1,419 2/13/2012
0.0.5 2,563 2/12/2012
0.0.4 1,507 2/10/2012
0.0.3 1,649 1/30/2012
0.0.2 4,783 1/27/2012

Added support for embedded content files (EmbeddedFileProvider).