header.ascx

来自「社会(Tags)标签文章管理系统源码 实现文章及Tags的在线管理」· ASCX 代码 · 共 9 行

ASCX
9
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Header.ascx.cs" Inherits="UserControl_Header" %>
 <table class="Table" height="100" cellpadding="2" cellspacing="0" border="0" bordercolor="#daeeee">
	<tr>
		<td valign="top" align="right"><a href="/Portal/UserLogin.aspx">标签后台管理</a></td>
	</tr>	
	<tr>
		<td><h1>Tags标签管理平台</h1></td>
	</tr>
</table>   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?