sections_sectionmenubottom.ascx

来自「完全网站系统」· ASCX 代码 · 共 15 行

ASCX
15
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>

<asp:Repeater id="Sections" Runat="Server">

  <ItemTemplate>
    <span style="white-space: nowrap"><asp:HyperLink id="lnkSection" CssClass="SectionNav" Runat="Server"/></span>
  </ItemTemplate>

  <SeparatorTemplate>
    &#160 |&#160;
  </SeparatorTemplate>

</asp:Repeater>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?