如果用 .NET 创建一个空的页面,.aspx 文件内容如下。

代码段一
<!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 runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
        </div>
    </form>
</body>
</html>

相关文章:

  • 2021-12-10
猜你喜欢
  • 2022-01-29
  • 2021-06-20
  • 2021-05-21
  • 2022-12-23
  • 2021-06-01
  • 2021-11-18
  • 2021-12-10
相关资源
相似解决方案