content.aspx

来自「具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用」· ASPX 代码 · 共 21 行

ASPX
21
字号
<%@ Register TagPrefix="uc_bottom" TagName="bottom" Src="bottom.ascx" %>
<%@ Register TagPrefix="uc_top" TagName="top" Src="top.ascx" %>
<%@ Page language="c#" Codebehind="content.aspx.cs" AutoEventWireup="false" Inherits="liuwei.lbcontent" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="gb2312">
	<head>
		<title>Welcome to Liu Wei's Home</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
		<meta content="all" name="robots" />
		<meta content="ceocio,liuwei,刘巍" name="Copyright" />
		<link media="all" href="style/main.css" type="text/css" rel="stylesheet" />
	</head>
<body>
<form id="Form1" method="post" runat="server">
	<uc_top:top id="top" runat="server"></uc_top:top>
	<%Response.WriteFile(Request.QueryString["URl"]);%>
	<uc_bottom:bottom id="bottom" runat="server"></uc_bottom:bottom>
</form>
</body>
</html>

⌨️ 快捷键说明

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