griffin.mvccontrib
1.1.3
dotnet add package griffin.mvccontrib --version 1.1.3
NuGet\Install-Package griffin.mvccontrib -Version 1.1.3
<PackageReference Include="griffin.mvccontrib" Version="1.1.3" />
paket add griffin.mvccontrib --version 1.1.3
#r "nuget: griffin.mvccontrib, 1.1.3"
// Install griffin.mvccontrib as a Cake Addin #addin nuget:?package=griffin.mvccontrib&version=1.1.3 // Install griffin.mvccontrib as a Cake Tool #tool nuget:?package=griffin.mvccontrib&version=1.1.3
* 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 | Versions 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. |
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 | 87,056 | 11/14/2012 |
1.1.3-pre1 | 1,297 | 11/14/2012 |
1.1.2.1 | 2,173 | 8/17/2012 |
1.1.2 | 2,009 | 8/17/2012 |
1.1.1 | 1,424 | 8/17/2012 |
1.1.0 | 2,477 | 5/28/2012 |
1.0.9 | 1,431 | 8/17/2012 |
1.0.8 | 1,457 | 5/21/2012 |
1.0.7.1 | 1,533 | 5/9/2012 |
1.0.7 | 1,408 | 5/9/2012 |
1.0.6 | 1,460 | 5/4/2012 |
1.0.5.1 | 1,499 | 4/29/2012 |
1.0.5 | 1,427 | 4/29/2012 |
1.0.4 | 1,452 | 4/29/2012 |
1.0.3 | 1,487 | 4/26/2012 |
1.0.2 | 1,473 | 4/26/2012 |
1.0.1 | 1,438 | 4/26/2012 |
1.0.0 | 1,995 | 3/23/2012 |
0.0.9 | 1,951 | 2/20/2012 |
0.0.8 | 1,903 | 2/20/2012 |
0.0.7 | 2,297 | 2/13/2012 |
0.0.6 | 1,466 | 2/13/2012 |
0.0.5 | 2,650 | 2/12/2012 |
0.0.4 | 1,543 | 2/10/2012 |
0.0.3 | 1,695 | 1/30/2012 |
0.0.2 | 4,881 | 1/27/2012 |
* Fixed to that the ViewFileProvider doesn't try to handle files + documented how you have to configure IIS to allow the VirtualPathProvider to serve static files
* Fixed the CompareAttribute