You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
747 B
Plaintext
18 lines
747 B
Plaintext
<%@ Page Title="主页" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
|
|
CodeBehind="Default.aspx.cs" Inherits="TradeManageNew._Default" %>
|
|
|
|
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
|
|
</asp:Content>
|
|
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
|
|
<h2>
|
|
欢迎使用 ASP.NET!
|
|
</h2>
|
|
<p>
|
|
若要了解关于 ASP.NET 的详细信息,请访问 <a href="http://www.asp.net/cn" title="ASP.NET 网站">www.asp.net/cn</a>。
|
|
</p>
|
|
<p>
|
|
您还可以找到 <a href="http://go.microsoft.com/fwlink/?LinkID=152368"
|
|
title="MSDN ASP.NET 文档">MSDN 上有关 ASP.NET 的文档</a>。
|
|
</p>
|
|
</asp:Content>
|