submasterpage.master
来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· MASTER 代码 · 共 25 行
MASTER
25 行
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="SubMasterPage.master.cs" Inherits="SubMasterPage" MasterPageFile="~/MasterPage.master" %>
<asp:Content ID=content1 runat=server ContentPlaceHolderID=ContentPlaceHolder1>
<table border="1" cellspacing="0" cellpadding="0" style="width:775px; height: 144px;">
<tr>
<td >
<fieldset style="width: 140px">
<img src="image/形象1.jpg" />
<legend style="font-size: 11pt" >以上内容来自子母版页</legend>
</fieldset>
</td>
<td valign="top" align="left" style="width:775px; height: 144px;font-size: 16pt ">
<asp:contentplaceholder id="ContentPlaceHolder2" runat="server">
</asp:contentplaceholder>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?