Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, XSL transformation HtmlHelper/ActionResult, FileResult with range request support, action filter and helpers for Content Security Policy Level 2, custom attributes and more.
Lib.Web.Mvc is available on NuGet.
PM> Install-Package Lib.Web.Mvc
Alpha packages are available on MyGet.
The library documentation is available on NuDoq or as a part of the release (chm file).
There is also a series of blog posts describing key features of the library:
- jqGrid Strongly Typed Helper - Introduction
- jqGrid Strongly Typed Helper - Caption layer, dynamic scrolling and grouping
- jqGrid Strongly Typed Helper - jQuery UI Integrations
- Range Requests in ASP.NET MVC – RangeFileResult (How RangeFileResult works)
- Content Security Policy in ASP.NET MVC - Scripts (How ContentSecurityPolicyAttribute and ContentSecurityPolicyExtensions work)
There are several sample projects available, showing different features of the library:
- jqGrid in ASP.NET MVC - Strongly typed helper
- jqGrid in ASP.NET MVC 3 and Razor
- VideoJS in ASP.NET MVC
- XSL Transformation in ASP.NET MVC
Support this and my other projects via Gittip.
You are encouraged to ask questions related to Lib.Web.Mvc on Stack Overflow.
The lib.web.mvc tag has been created specially for this purpose and it is being monitored daily by the library author.
Visit the Contributor Guidelines for more details.
Copyright © 2009 - 2015 Tomasz Pęczek
From October 2009 to August 2014 licensed under the Ms-PL License.
From August 2014 licensed under the MIT License