温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:VS2005典型实例源码大全(C#)
当前文件:
VS2005Helper/Web/Cahce/Page.aspx,打开代码结构图
VS2005Helper/Web/Cahce/Page.aspx,打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Page.aspx.cs" 2
Inherits="Cahce_Page" Title="页面输出缓存" %> 3
4
<%@ OutputCache Duration="10" VaryByParam="none" %> 5
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> 6
<p> 7
Duration="10" VaryByParam="none" 8
</p> 9
<p> 10
<%=DateTime.Now %> 11
</p> 12
</asp:Content> 13



Inherits
