熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

ASP.NET入門教程 2.3.1 多層次的Master頁面[2]

2022-06-13   來源: .NET編程 

    下面的示例演示了一個Corporate Master頁面一個Research department Master頁面和最終包含具體內容的Publicationaspx頁面下面的代碼顯示了Corporate頁面注意它的內容占位符是在陰影部分定義的

 

<%@ Master Language=VB %>

<!DOCTYPE html PUBLLC //WC//DTD XHTML //EN

http://wwwworg/TR/xhtml/DTD/xhtmldtd>

<html xmlns=http://wwwworg//xhtml>

<head runat=server>

       <title>CorporateMaster</title>

</head>

<body>

Corporation Name

<form id=forml runat=server>

<div>

<asp:contentplaceholder

id=ContentPlaceHolderCorporate

runat=server>

</asp:contentplaceholder>

</div>

</form>

</body>

</html>

[]  []  []  


From:http://tw.wingwit.com/Article/program/net/201311/14590.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.