到目前為止
<%@ Master Language=
<html><body>
<form id=
<asp:contentplaceholder runat=
<asp:contentplaceholder runat=
<asp:contentplaceholder runst=
</form>
</body></html>
接下來就可以將內容包含在<asp:content>標記中
<%@ Page Language=
<asp:Content ID=
Text to go in Top section
</asp:Content>
<asp:Content ID=
Text to go in Middle section
</asp:Content>
<asp:Content ID=
Text to go in Bottom section
</asp:Content>
將內容分別存放在不同的<asp:ContentPlaceHolder>標記中有助於設計和維護Master頁面的布局
ASP
From:http://tw.wingwit.com/Article/program/net/201311/14586.html