環(huán)境:Visual Studio 2010 asp.net MVC3
手動(dòng)添加: 下載地址:http://twitter.github.com/bootstrap/
一個(gè)js,兩個(gè)CSS,兩張圖
js 文件: •bootstrap.min.js
CSS 文件: •bootstrap.min.css •bootstrap-responsive.min.css
image 文件: •glyphicons-halflings.png •glyphicons-halflings-white.png
注: •bootstrap.js •bootstrap.css •bootstrap.responsive.css 是帶 min 關(guān)鍵字的文件的對(duì)應(yīng)源碼,min 是其壓縮文件。我們?cè)陧?xiàng)目中只需要添加帶 min 關(guān)鍵字的文件。
或者使用 NuGet Package Manager加入到項(xiàng)目
應(yīng)用:
_Layout.cshtml 中添加:
CSS:
<link href="@Url.Content("~/Content/bootstrap.min.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/bootstrap-responsive.min.css")" rel="stylesheet" type="text/css" />JS:
<script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/bootstrap.min.js")" type="text/Javascript"></script>
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注