Build.Mvc is a HtmlHelper extension library that turns the standard ASP .NET MVC 5.0 HtmlHelper methods into jQuery-style chainable methods that allow you to expressively add markup and style to your MVC application.
Info
| Version: | 2014.5.26 |
| Author(s): | grcodemonkey |
| Last Update: | Monday, May 26, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://buildmvc.codeplex.com |
| NuGet Url: | https://www.nuget.org/packages/Build.Mvc5 |
Install
Install-Package Build.Mvc5
dotnet add package Build.Mvc5
paket add Build.Mvc5
Build.Mvc5 Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(5.1.2)
Tags