fragmentcache.ascx
来自「Microsoft?ASP.NET Programming with Micro」· ASCX 代码 · 共 7 行
ASCX
7 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="FragmentCache.ascx.cs" Inherits="Chapter_12.FragmentCache" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ OutputCache Duration="10" VaryByParam="None" %>
<P>
<asp:Label id="Message" runat="server">Label</asp:Label></P>
<P>
<asp:Label id="Label2" runat="server">The text above was rendered from the User Control</asp:Label></P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?