📄 notop.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="NoTop.master.cs" Inherits="NoTop" %>
<%@ Register Src="TopBannerControl.ascx" TagName="TopBannerControl" TagPrefix="uc1" %>
<%@ Register Src="BottomBannerControl.ascx" TagName="BottomBannerControl" TagPrefix="uc3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<table border="1" cellpadding="0" cellspacing="0" width="750">
<tr>
<td>
<uc1:TopBannerControl ID="TopBannerControl1" runat="server" />
</td>
</tr>
<tr>
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
</tr>
<tr>
<td>
<uc3:BottomBannerControl ID="BottomBannerControl1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -