OpenLibrary-MVC 1.9.1

dotnet add package OpenLibrary-MVC --version 1.9.1
NuGet\Install-Package OpenLibrary-MVC -Version 1.9.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="OpenLibrary-MVC" Version="1.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenLibrary-MVC --version 1.9.1
#r "nuget: OpenLibrary-MVC, 1.9.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 OpenLibrary-MVC as a Cake Addin
#addin nuget:?package=OpenLibrary-MVC&version=1.9.1

// Install OpenLibrary-MVC as a Cake Tool
#tool nuget:?package=OpenLibrary-MVC&version=1.9.1

Various utility for ASP.NET MVC framework (helper, filter, model binder, etc).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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
1.9.1 1,487 7/22/2014
1.9.0 1,053 7/16/2014
1.8.1.2 1,097 6/20/2014
1.8.1.1 1,091 6/20/2014
1.8.1 1,090 5/22/2014
1.8.0 1,108 5/11/2014
1.7.3.1 1,108 3/9/2014
1.7.3 1,098 3/2/2014

Version 1.9.1
- Add option to change view name and AccessRightType for mapping between action name to AccessRight constant
- Move some ControllerHelper from hooking in ControllerBase class to HttpRequestBase

Version 1.9.0
- Add option to customize enum type for AccessRightAttribute for default mapping between action name and enum type
- Add option to customize view name for unauthorized request

Version 1.8.1
- Fix bug for PaginationHelper not showing

Version 1.8.0
- ConfigurationHelper now support multi environment (disable cached)
- Added function to get client IP address in ControllerHelper

Version 1.7.3
- Separate to 3 different assembly and package (OpenLibrary, OpenLibrary-Document, OpenLibrary-MVC)

Version 1.7.0:
- Fixing bug for formatting integer data type (FormatHelper)
- Adding initial DataTables model binding

Version 1.6.0:
- Added new AllowAuthenticatedAttribute to represents AccessRightAttribute to skip authorization when authenticated
- Added feature AccessRightAttribute (custom version of AuthorizedAttribute)
- Fix bug PostRedirectGetAttribute (default key with format /Area/Controller/Action)

Version 1.5.0:
- Generate baseUrl automatically when left null based on QueryString

Version 1.3.2:
- Fixed bug format integer