index.aspx
来自「asp.net经典案例资料」· ASPX 代码 · 共 17 行
ASPX
17 行
<%@ Register TagPrefix="snowy" TagName="Header"
Src="/ASPExample/Lesson13/Header.ascx" %>
<%@ Page language="C#" debug="true" %>
<html>
<head>
<title>Index Page</title>
<script language="C#" runat="server">
</script>
</head>
<body>
<form id="form1" runat="server" >
<snowy:Header id="Header1" runat="server" />
<h3>Windows To Unix Migration Guide</h3>
Welcome to the UNIX Migration Guide. This guide is designed to give you the best
information available about the issues that you are likely to face if you are contemplating
or have decided on greater integration between your UNIX and Microsoft
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?