Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.48 KB

TwitterBootstrapMVC

TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.

This project aims to help .NET MVC developers to write twitter bootstrap related code faster. If you'd like a jump start, watch this 6 minutes video explaining what TwitterBootstrapMVC does.

!IMPORTANT: This version does not have all the latest features including support for Twitter Bootstrap 3. I've continued working on this project in a commercial version, the documentation for which you can see at TwitterBootstrapMVC.com. However, I'm leaving the code for it here for the benefit of the community.

Documentation:

Visit TwitterBootstrapMVC.com to see all the relevant information about this library.

NuGet package package ID: TwitterBootstrapMVC

Known Issue: You might get the following error when installing TwitterBootstrapMVC using NuGet:

error: could not install package 'portable.licensing 1.1.0' you are trying to install this package
into a project that targets '.netframework, version=v4.0', but the package does not contain any assembly
references that are compatible with that framework

In order to fix it, make sure you have latest NuGet since PCL support was added in NuGet 2.5 or 2.5.*