skin-header.ascx
来自「本系统是在asp版《在线文件管理器》的基础上设计制作」· ASCX 代码 · 共 9 行
ASCX
9 行
<%@ Control %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Import Namespace="CommunityServer.Components" %>
<CS:Title runat="server" />
<Galleries:Style runat="server" />
<Galleries:Script runat="server" />
<meta name="GENERATOR" content="<% = SiteStatistics.CommunityServerVersionVersionInfo %>" />
<Galleries:SyndicationAutoDiscovery runat = "Server" />
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?