ASP.NET MVC 頁(yè)面和布局

asp.net mvc - 樣式和布局


為了學(xué)習(xí) asp.net mvc,我們將構(gòu)建一個(gè) internet 應(yīng)用程序。

第 3 部分:添加樣式和統(tǒng)一的外觀(布局)。

添加布局

文件 _layout.cshtml 表示應(yīng)用程序中每個(gè)頁(yè)面的布局。它位于 views 文件夾中的 shared 文件夾。

打開(kāi)文件 _layout.cshtml,把內(nèi)容替換成:

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>@viewbag.title</title>
<link href="@url.content("~/content/site.css")" rel="stylesheet" type="text/css" />
<script src="@url.content("~/scripts/jquery-1.5.1.min.js")"></script>
<script src="@url.content("~/scripts/modernizr-1.7.min.js")"></script>
</head>
<body>
<ul id="menu">
<li>@html.actionlink("home", "index", "home")</li>
<li>@html.actionlink("movies", "index", "movies")</li>
<li>@html.actionlink("about", "about", "home")</li>
</ul>
<section id="main">
@renderbody()
<p>copyright yapf 2012. all rights reserved.</p>
</section>
</body>
</html>

html 幫助器

在上面的代碼中,html 幫助器用于修改 html 輸出:

@url.content() - url 內(nèi)容將在此處插入。

@html.actionlink() - html 鏈接將在此處插入。

在本教程后面的章節(jié)中,您將學(xué)到更多關(guān)于 html 幫助器的知識(shí)。

razor 語(yǔ)法

在上面的代碼中,紅色標(biāo)記的代碼是使用 razor 標(biāo)記的 c#。

@viewbag.title - 頁(yè)面標(biāo)題將在此處插入。

@renderbody() - 頁(yè)面內(nèi)容將在此處呈現(xiàn)。

您可以在我們的 razor 教程中學(xué)習(xí)關(guān)于 c# 和 vb(visual basic)的 razor 標(biāo)記的知識(shí)。

添加樣式

應(yīng)用程序的樣式表是 site.css,位于 content 文件夾中。

打開(kāi)文件 site.css,把內(nèi)容替換成:

body
{
font: "trebuchet ms", verdana, sans-serif;
background-color: #5c87b2;
color: #696969;
}
h1
{
border-bottom: 3px solid #cc9900;
font: georgia, serif;
color: #996600;
}
#main
{
padding: 20px;
background-color: #ffffff;
border-radius: 0 4px 4px 4px;
}
a
{
color: #034af3;
}
/* menu styles ------------------------------*/
ul#menu
{
padding: 0px;
position: relative;
margin: 0;
}
ul#menu li
{
display: inline;
}
ul#menu li a
{
background-color: #e8eef4;
padding: 10px 20px;
text-decoration: none;
line-height: 2.8em;
/*css3 properties*/
border-radius: 4px 4px 0 0;
}
ul#menu li a:hover
{
background-color: #ffffff;
}
/* forms styles ------------------------------*/
fieldset
{
padding-left: 12px;
}
fieldset label
{
display: block;
padding: 4px;
}
input[type="text"], input[type="password"]
{
width: 300px;
}
input[type="submit"]
{
padding: 4px;
}
/* data styles ------------------------------*/
table.data
{
background-color:#ffffff;
border:1px solid #c3c3c3;
border-collapse:collapse;
width:100%;
}
table.data th
{
background-color:#e8eef4;
border:1px solid #c3c3c3;
padding:3px;
}
table.data td
{
border:1px solid #c3c3c3;
padding:3px;
}

_viewstart 文件

shared 文件夾(位于 views 文件夾內(nèi))中的 _viewstart 文件包含如下內(nèi)容:

@{layout = "~/views/shared/_layout.cshtml";}

這段代碼被自動(dòng)添加到由應(yīng)用程序顯示的所有視圖。

如果您刪除了這個(gè)文件,則必須向所有視圖中添加這行代碼。

在本教程后面的章節(jié)中,您將學(xué)到更多關(guān)于視圖的知識(shí)。


相關(guān)文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频