Project Description
twitter Bootstrap Asp.net MVC Controls is based on twitter Boostrap html & css framework published by Twitter.
It provides friendly html helpers for asp.net MVC projects using Boostrap .
Before you add references from this project ,you should run "Install-Package twitter.bootstrap.mvc4" (for more in click http://www.nuget.org/packages/twitter.bootstrap.mvc4) in vs for your own project.
In razor view, we can write a sentence like this
"@Html.BootstrapModalDialog(some parameters)"
then there will be a button ,when click it , there will show a modal dialog show, just like http://getbootstrap.com/2.3.2/javascript.html#modals.
so, this is why twitterBootstrapAspNetMVCControls is here.