Men*_*des 2 c# asp.net-mvc asp.net-mvc-4 twitter-bootstrap
我已经将tweeter bootstrap(不是MVC的bootststrap)下载到一个全新的MVC4项目中,但是我无法让它工作.
浏览器的F12窗口没有错误.
这是我的_layout代码:
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="@Url.Content("~/Content/bootstrap-theme.min.css")" rel="stylesheet" media="screen">
</head>
<body>
<script src="@Url.Content("~/Scripts/jquery-2.0.3.min.js")"></script>
<script src="@Url.Content("~/Scripts/bootstrap.min.js")"></script>
<h1>Hello, world!</h1>
@RenderBody()
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
当屏幕弹出时,我得到一个正常的Hello,world!正文(没有引导字体).我的系统有以下文件:

我可能做错了什么?
| 归档时间: |
|
| 查看次数: |
789 次 |
| 最近记录: |