I am assuming you meant Twitter Bootstrap. Sure you can. Bootstrap is just a bunch of Stylesheets and JavaScript. All you need to do is import the CSS and JS files into your pages (Layout.cshtml in case you uare using razor engine and .master file in case you are using web forms) and you will be able to use bootstrap classes and components.
Bootstrap has a dependency on JQuery. In case you use the NUget package manager these dependencies will automatically be downloaded along with the bootstrap package. Else, if you aren't using Nuget, you would need to get JQuery and refer the JS file before any of the bootstrap references
Jinish
No comments:
Post a Comment