ASP.NET 2.0入门经典2(17)
发布时间:2021-06-06
发布时间:2021-06-06
ASP.NET入门经典
"/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="/1999/xhtml" >
<head runat="server">
<title>CorporateMaster</title>
</head>
<body>
Corporation Name
<form id="form1" runat="server">
<div>
<asp:contentplaceholder
id="ContentPlaceHolderCorporate"
runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
</html>
下面的代码演示了Research department Master页面。这个页面最复杂,因为它既是Corporate页面的Content页面,同时也是Publication页面的Master页面。注意在第一行代码中,Master和MasterPageFile=将该页面设置为Corporate Master页面的内容。然后可以注意到<asp:ContentPlaceHolder>将其他页面作为自己的内容(在这里是Publication页面)。内容占位符必须全部包含在<asp:content>标记之内:
<%@ Master MasterPageFile="~/Corporate.master" Language="VB" %>
<asp:Content runat="server"
上一篇:初三语文第一学期期末试卷(二)
下一篇:第四章 市场营销环境