aboutthesite.aspx
来自「ASP.NET2.0(C#篇)经典教程的源码...本源码很好的实现了购物车...」· ASPX 代码 · 共 28 行
ASPX
28 行
<%@ Page Language="C#" MasterPageFile="~/site.master" AutoEventWireup="true" CodeFile="AboutTheSite.aspx.cs" Inherits="AboutTheSite" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" Runat="Server">
<p>
This site is the companion site for the Wrox Press book
<a href="">Beginning ASP.NET 2.0</a>.
The site was initially written by Dave Sussman, with many additions, corrections and general
goodness being added by the other authors.
<p>
<p>Wrox United is a fictitous football club, and any resemblance to a real club
is purely coincidence.
</p>
<p>The CSS design and graphics were created by <a href="http://www.frog-box.co.uk/">Frog Box Design</a>.
All images apart from the Wrox Press logo are Copyright © Frog Box Design 2005 and are
used with permission. The images are use for within the Wrox United sample application
only and may not be re-distributed unless part of the Wrox United sample application. The Wrox Press
logo is Copyright © Wrox Press and may not be used without permission.
</p>
<p>
Conformance is XHTML 1.0 Transitional and CSS 2.1.
</p>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?